Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO DB Connection Problem
Message
De
18/03/2003 22:07:31
 
 
À
18/03/2003 16:20:23
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00767262
Message ID:
00767346
Vues:
8
you can use 3 options, below are examples:

oConn.Open "Driver={Microsoft Visual FoxPro Driver};" & _
"SourceType=DBC;" & _
"SourceDB=c:\somepath\mySourceDb.dbc;" & _
"Exclusive=No;"

Without a database container (Free Table Directory):

oConn.Open "Driver={Microsoft Visual FoxPro Driver};" & _
"SourceType=DBF;" & _
"SourceDB=c:\somepath\mySourceDbFolder;" & _
"Exclusive=No;"

OLE DB Provider for Visual FoxPro

oConn.Open "Provider=vfpoledb;" & _
"Data Source=.\MyDB.dbc;"


for more detail see http://www.able-consulting.com/ADO_Conn.htm

Good luck

Winan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform