Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP and ADODB
Message
From
06/06/2003 18:26:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
ASP and ADODB
Miscellaneous
Thread ID:
00797518
Message ID:
00797518
Views:
78
I have the following environment: A server running Win 2000SBS and a client in Win98, in the client is where the VFP7 is installed. In the server there is a VFP database called sinfo.dbc. I use an asp page with this code:

<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.mode = 16
conn.ConnectionString="Provider=VFPOLEDB.1;DataSource=c:\progs\casa_svr\emp_000\sinfo.dbc"
conn.Open
'sql = "select * from actividad"
Set rsArrival = conn.Execute(sql)
%>
and the rest of the asp page is for making and showing the records, but an error in the IE is:
Tipo de error:
ADODB.Connection (0x800A0E7A)
No se encontró el proveedor especificado. Es posible que no esté instalado correctamente.
/c.a.s.a/ensayo.asp, line 9

The page "ensayo.asp" is in inetpub\wwwroot\c.a.s.a in the server.
Next
Reply
Map
View

Click here to load this message in the networking platform