Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP OLEDB Provider cannot be found.
Message
De
11/05/2004 09:51:47
Norbert Kustra
SunSoft plus spol. s r.o.
Dolny Kubin, Slovaquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
VFP OLEDB Provider cannot be found.
Divers
Thread ID:
00902806
Message ID:
00902806
Vues:
96
Hi,
I have a problem with accessing VFP data with VFPOLEDB from ASP, ASP.NET.
After installing VFP OLEDB 8SP1 I have tried to access data from my simple ASP test page and I get this error message:
ADODB.Connection (0x800A0E7A)
Provider cannot be found. It may not be properly installed.
/test/vfp.asp, line 9

Here is the server side code of my TEST.ASP page:
ConnectionString = "Provider=VFPOLEDB.1;Data Source="+server.mappath("/")+";Collating Sequence=MACHINE"
response.write ConnectionString
Set objConnection = Server.CreateObject("ADODB.Connection")
User = ""
Password = ""
objConnection.Open ConnectionString, User, Password


Can anyone help me?

Thanks

Norbert Kustra
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform