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:
01205147
Views:
23
Try
lnConnHandle = SQLSTRINGCONNECT('Driver={Microsoft Access Driver (*.mdb)};Dbq="'+
	lcMDBDir+'\'+lcMDBName+'";Uid=Admin;Pwd=;')
>>I think I've done what you said and I am now getting an error that says "FUNCTION NAME MISSING )."
>>
>>Cecil
>>
>
>You're probably still missing one quote. Also your string doesn't match any of the strings listed on the site Al pointed to.
>
>May be it's time to go to sleep? 2:19 am here.
>
>>
>>lnConnHandle = SQLSTRINGCONNECT('DSN=MS Access Database;DBQ="'+;
>>	lcMDBDir+'\'+lcMDBName+'";DefaultDir='"+;
>>	lcMDBDir+'";DriverId=25;FIL=MS Access;MaxBufferSize=2048;'+;
>>	'PageTimeout=5;UID=admin;')
>>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform