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:
01205937
Views:
24
>>>I think I've done what you said and I am now getting an error that says "FUNCTION NAME MISSING )."
>>>
>>>Cecil
>>>
>>>
>>>lnConnHandle = SQLSTRINGCONNECT('DSN=MS Access Database;DBQ="'+;
>>> lcMDBDir+'\'+lcMDBName+'";DefaultDir='"+;
>>> lcMDBDir+'";DriverId=25;FIL=MS Access;MaxBufferSize=2048;'+;
>>> 'PageTimeout=5;UID=admin;')
>>>
>>The quotes after DefaultDir= are reversed.
>
>Well, I reversed the quotes after DefaultDir and it said that the file was invalid:
>
>
>lnConnHandle = SQLSTRINGCONNECT('DSN=MS Access Database;DBQ="'+;
>	lcMDBDir+'\'+lcMDBName+'";DefaultDir="'+;
>	lcMDBDir+'";DriverId=25;FIL=MS Access;MaxBufferSize=2048;'+;
>	'PageTimeout=5;UID=admin;')
>
Did you try the other connection string?
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