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
Another way might be to add the where clause to the DataSourceMoniker. Is that possible?Code:ImportData("db.udl!q_MyQuery", ...)
My problem is that I can't use different queries.
So anybody has an idea?
Thanks in advance.
Alex