Thread: ImportData
View Single Post

  #1 (permalink)  
Old 11-16-2006
lacja lacja is offline
Junior Member
Yellow Belt
 
Join Date: Aug 2006
Posts: 29
ImportData

I'm trying to importdata from an Access Table.

It works fine if I import every records.

But, before importing data, user has to enter few parameters (date, time, ...)

I'd like to import only records that fits in user's parameters

I've tried with a select in the database, put records into a text file and then importdata with geoDelimiterSemicolon (Set oDS = objMap.DataSets.ImportData(myfilename, , geoCountryCanada, geoDelimiterSemicolon, 1)).

My oDS dataset is always empty.

What's wrong?

Thanks
Reply With Quote