Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpoledb.1 problems
Message
De
05/02/2003 08:47:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Vfpoledb.1 problems
Divers
Thread ID:
00749312
Message ID:
00749312
Vues:
62
I am trying to do a select from a FoxPro table to a SQL database. I am following the example in last months UT magazine.

select a.* from openrowset('VFPOLEDB.1','i:\lis\data';;,'SELECT * from sis') as a

I also tried:

select a.* from openrowset('VFPOLEDB.1','Data Source=i:\lis\data;
Mode=Share Deny None;Extended Properties=""; UserID="";Password="";Mask Password=False;
Cache Authentication=False;
Encrypt Password=False;Collating Sequence=MACHINE',
'Select * from sis') as a

I keep getting the error:
Could not create an instance of OLE DB provider 'VFPOLEDB.1'.

I am able to do DTS sunctions of the same table with the same driver. The vfpoledb.dll file is registered on the server in the c:\program files\common files\system\ole db

Thanks in advance.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform