Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem using ADO in an ASP page
Message
From
03/10/2002 10:29:16
Fabian Belo
Independent Developer
Argentina
 
 
To
03/10/2002 10:11:07
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00707310
Message ID:
00707320
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform