Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP and ADODB
Message
 
À
06/06/2003 18:26:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00797518
Message ID:
00797564
Vues:
13
Install the Provider driver i.e. Install the VFP oledb driver.

http://msdn.microsoft.com/vfoxpro/


Aashish

>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.
--
--
Aashish Sharma
Tele Nos: +1-201-490-5405
Mobile: +91-9821053938
E-Mail:
aashish@aashishsharma.com
write2aashish@gmail.com

You better believe in yourself... if you don't, who else will ?
TODAY is a gift, that's why it's called PRESENT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform