Hello,
i'm trying to register a table ms access with mapbasic, but i'm having a
problem:
"Microsoft Access Error: The Microsoft Jet database engine could not find
the object 'C:\clients.mdb'. Make sure the object exists and that you spell
its name and path name correctly. Unable to prepare .TAB."
I'm using the following code:
Dim sfileName, stableName, s_tab As String,
sfileName = FileOpenDlg("","","","Open Table")
Register Table sfileName Type "Access" Table sfilename Into stableName
Open Table stableName
Any sugestions?
Many Thanks
Lu�s Marcos