Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Asp syntax for foxpro table
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Asp syntax for foxpro table
Divers
Thread ID:
00145309
Message ID:
00145309
Vues:
78
Does anyone know where I can find the syntax for asp? I would like to convert the code below to connect to a VFP table rather than an access table (database).

1 set conntemp=server.createobject("adodb.connection")
2 cnpath="DBQ=" & server.mappath("yourtable.mdb")
3 conntemp.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & cnpath
4 set rstemp=conntemp.execute("select * from authors")
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform