I want to import Data from a table of Access, the information is order in columns. I try to import using the object DataSets.
I prefer code of Visual C++, although I accept code in any language.
Thanks in advance.
This is a discussion on Import Data From Access within the MapPoint Desktop Discussion forums, part of the Map Forums category; I want to import Data from a table of Access, the information is order in columns. I try to import ...
I want to import Data from a table of Access, the information is order in columns. I try to import using the object DataSets.
I prefer code of Visual C++, although I accept code in any language.
Thanks in advance.
you can use the MapPoint wizard from a VB program.
this is like using the built in application manual wizard.
you can use this method:
Sub ShowWizard()
Dim objApp As New MapPoint.Application
'Dim strFile As String
Dim objDS As MapPoint.DataSet
With MPApp.ActiveMap.DataSets
'Access table
'strFile = objApp.Path & "\Samples\Sales.xls!Sheet1!A1:C22"
Set objDS = .ShowImportWizard(, , , geoImportAccessTable)
End With
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)