I use Mappoint within VB.
I try to import a text file with the metod ImportData, but I get an error saying: "Enable to connect to the DataSourceMoniker specified"
My call is:
Set oDS = oMap.DataSets.importData(filename, , geoCountryDefault, geoDelimiterDefault, 0)
My text file is an ordinary text file with tabulation like separator.
Could you help me please ?
Thanks
Val