Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP and ADODB
Message
De
06/06/2003 18:26:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
ASP and ADODB
Divers
Thread ID:
00797518
Message ID:
00797518
Vues:
79
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform