Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading an MDB file from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00794718
Message ID:
00794724
Vues:
15
This message has been marked as the solution to the initial question of the thread.
Somrthing like this:

store SQLSTRINGCONNECT(;
'DBQ='+fullpath('accessfile.mdb')+';'+;
'DefaultDir=c:\;'+;
'Driver={Microsoft Access Driver (*.mdb)}');
TO gnConnHandle

?SQLEXEC(gnConnHandle, "SELECT * from Access_table_name","tempcurs")
=sqldisc(0)

>I have a MDB file and want to "access" it thru my vfp. Can I do this or must I convert the file from within Access so that VFP can read it?
>Thanks.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform