Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP and ADODB
Message
De
09/06/2003 09:00:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00797518
Message ID:
00797929
Vues:
23
I did this example step by step and...
<html>
<head><title>Listado de registros</title></head> 
&lt;%
    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
  

and no message in IE, then I put:

   'sql = "select * from actividades"
    Set rsArrival = conn.Execute(sql)
and an error occurs.
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

Have I to open the table actividades.dbf ?

Juan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform