Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP DBC as Linked Server in a SQL Server 2000?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00844135
Message ID:
00844273
Views:
18
In my previous message I said "the account SQL Server service is running under doesn't have rights to the directory where DBC/DBF are located". That's the account linked server runs under and it may or may not be the same account as yours. To remove DSN from equation, try to use Provider string. Here's the one that works for me. You'll have to adjust it.
DRIVER={Microsoft Visual FoxPro Driver};Exclusive=No;Collate=Machine;Deleted=Yes;Null=Yes;
SourceDB=\\Target_1\vol_1\daily\lccqueue\testdbc.dbc;SourceType=DBC;
>all worked well, the database is linked but when I try to see tha tables I got this message
>
>Selecting the MS OLE DB Simple Provider
>Couldn't Initialized Data Source Object for OLE DB provider MSDAOSP
>
>Selecting the MS OLE DB Simple Provider
>Error 7399
>OLE DB provider MSDASQL Reported an error, data source name not found
>Data source name not found and no default dribver specified
>
>I do have all the rights in the server since I use Administrator account
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform