Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection String TO VFP using VBA
Message
From
26/09/2003 14:01:14
 
 
To
24/09/2003 19:40:38
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00832040
Message ID:
00832781
Views:
18
Hi Jeana

You will need to set the object. Before open the connection you will need set it before

Dim M2MConnect As ADODB.Connection

set M2MConnect = new ADODB.Connection '<===============Add this

M2MConnect.Open "Driver={Microsoft Visual FoxPro Driver};" _
& "UID=;PWD=;SourceDB=R:\M2Mdata\DATA10\M2MDATA.DBC;" _
& "SourceType=DBC;Exclusive=No;"

this should work

Efrain
Previous
Reply
Map
View

Click here to load this message in the networking platform