I'm using MapPoint 2004, VB.Net and SQLServer and I wonder if and how it is possible to use a stored procedure inside the DataSourceMoniker of the ImportData method.
What I've allready done is
Code:
ImportData("db.udl!q_MyQuery", ...)
Another way might be to add the where clause to the DataSourceMoniker. Is that possible?
My problem is that I can't use different queries.
So anybody has an idea?
Thanks in advance.
Alex