Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
READING FROM AN ACCESS DB - PROGRAMATICALLY
Message
 
À
16/11/2001 08:51:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00582659
Message ID:
00582665
Vues:
20
For example:
*--------------------
store SQLSTRINGCONNECT(;
'DBQ=c:\foxwork\Branded Foxpro Projects.mdb;'+;
'DefaultDir=c:\;'+;
'Driver={Microsoft Access Driver (*.mdb)}');
TO gnConnHandle

IF gnConnHandle <= 0
= MESSAGEBOX('Cannot make connection', 16, 'SQL Connect Error')
return
Endif

=SQLEXEC(gnConnHandle, "SELECT * from contacts;", "temp")
=sqldisc(0)
*---------------------------

>CAN ANYONE GIVE ME SOME POINTERS ON HOW I CAN PROGRAMATICALLY READ DATA FROM AN ACCESS DATABASE.
>
>REGARDS
>COLIN BURTON
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform