Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connection String TO VFP using VBA
Message
From
25/09/2003 04:25:46
 
 
To
24/09/2003 19:40:38
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00832040
Message ID:
00832119
Views:
28
You must first instantiate ADODB Connection:

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

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Reply
Map
View

Click here to load this message in the networking platform