View Single Post

  #1 (permalink)  
Old 06-24-2004
webjagger webjagger is offline
Junior Member
White Belt
 
Join Date: Mar 2004
Posts: 10
Stored Procedure in DataSourceMoniker of ImportData medthod

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
Reply With Quote