Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Access Data
Message
De
15/02/2003 09:36:46
Bahadur Sajwani
Fortune Finanacial Consultany
Karachi, Pakistan
 
 
À
30/01/2003 09:23:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00747110
Message ID:
00753692
Vues:
23
first u create odbc connection to access database
then run sqlconnect() command, this command connect foxpro to access database
then run sqlexec() command and get your required data into any cursor
then copy data from cursor to any foxpro table

example

*assume odbcname is accessdata

a=sqlconnect(accessdata)
sqlexec(a,"select * from emp",'cursor1')
select * from cursor1 into table table1

hope it will help u
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform