Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connection String TO VFP using VBA
Message
De
26/09/2003 14:01:14
 
 
À
24/09/2003 19:40:38
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00832040
Message ID:
00832781
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform