Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting data in MSACCESS
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01192149
Message ID:
01205150
Views:
21
Here's you suggested code:
lnConnHandle = SQLSTRINGCONNECT('Driver={Microsoft Access Driver (*.mdb)};Dbq="'+
	lcMDBDir+'\'+lcMDBName+'";Uid=Admin;Pwd=;')
Here's what I typed in and I think they are the same, but it returned a -1 value. It did get further through the program but I should have tested for a -1 return value and stopped the program at that point. I'll do that.
lnConnHandle = SQLSTRINGCONNECT('Driver={Microsoft Access Driver (*.mdb)};Dbq="'+
	lcMDBDir+'\'+lcMDBName+'";Uid=Admin;Pwd=;')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform