Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem using ADO in an ASP page
Message
De
03/10/2002 10:29:16
Fabian Belo
Independent Developer
Argentine
 
 
À
03/10/2002 10:11:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00707310
Message ID:
00707320
Vues:
30
This message has been marked as the solution to the initial question of the thread.
Try this:
Set oConn=Server.CreateObject("ADODB.Connection")
Set rsMaq=Server.CreateObject("ADODB.Recordset")
oConn.Open "DSN=maquinas_testes"

StrSql="Select * from Maquinas_PedMaqCab WHERE PH_numped=900243"
rsMaq.Open StrSql, oConn
Also check the DSN properties (correct path)
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform