Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scripting an import
Message
De
21/05/2012 14:17:30
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Titre:
Scripting an import
Divers
Thread ID:
01543963
Message ID:
01543963
Vues:
65
Based on my research a command of this type should work to import data from an Access database.
insert into LookupFundTypes (FundType)
select fundtype 
from opendatasource ('Microsoft.Jet.OLEDB.4.0','D:\tipconversion.mdb')...fundtypes
However when I run it I get an error:
Msg 7403, Level 16, State 1, Line 6
The OLE DB provider "Microsoft.Jet.OLEDB.4.0" has not been registered.

I have win7 32 bit and sqlserver 2008 R2 installed.
Can someone suggest a solution?
Alternatively, is there an opendatasource command that will work with VFP database tables? That would be even better.

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform