webjagger
06-24-2004, 06:19 AM
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
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
What I've allready done is
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