Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro connection with Access
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00424112
Message ID:
00424221
Vues:
17
oConn=CreateObject("ADOdb.Connection")

cProvider = 'Provider=Microsoft.Jet.OLEDB.4.0'
cConnectionString = 'Data Source=I:\EIS\ACCMTBLS\MASTER.MDB'
oConn.Open(cProvider+";"+cConnectionString )

nh=SQLCONNECT("MASTER.mdb")
lcsql="SELECT * from Claims Codes Detailed Descriptions"
IF SQLEXEC(nh,lcSql,"c_tcursor")>=0
BROWSE
ENDIF

What am I doing wrong, Help......
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform