Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unregistered VFP OLE provider
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00770984
Message ID:
00771047
Vues:
11
Hi Galina,

You get the error because ADO connection string is incorrect. All options in the connection string shold be separated by ";" (semicolon).
conRA.ConnectionString="Provider=VFPOLEDB.1; DataSource=c:\to_delete\data\ra.dbc" 
>Hi guys,
>
>When i try to execute this code:
>
>conRa = CreateObject("ADODB.Connection")
>conRA.ConnectionString="Provider=VFPOLEDB.1 DataSource=c:\to_delete\data\ra.dbc"
>conRA.open
>
>Fox gives me this message:
>
>"OLE IDISPATCH exception code 0 from ADODB.Connection:
>Provider cannot be found. It may not be properly installed..."
>
>I've searched for VFPOLEDB.dll file and found it in C:\program files\common files\system\ole db\
>
>My coworker has the same problem. How do I register this provider or othervise fix this problem?
>
>Thanks a lot.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform