Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get VFP to read and write an Access 2 table?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00121961
Message ID:
00121967
Vues:
16
>I can't believe I'm asking this but.....
>I have to interact with a app writen in Access 2.0
>How can I get VFP to read and write an Access 2 table? I've looked and haven't seen enough information to talk me thru it.
>
>Thank you
>Rick Liebespach

Set up an ODBC data connection to the tables and then you use them just like VFP tables.
x=sqlconnect('name of connection')
sqlexec(x,'select * from acctable','_acctable')

HTH
Wayne
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform