Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linked server with the database on VFP
Message
 
 
To
16/09/2002 02:27:58
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00700708
Message ID:
00700748
Views:
28
You have to use OPENQUERY
SELECT * FROM openquery([LinkServerName], 'select * from mytable')
ISERT INTO openquery([LinkServerName], 'select * from mytable') (...) VALUES (...)
See BOL for details.

>Microsoft SQL-server 2000
>I have created the Linked server with the database on VFP (6.0 SP5) with usage ODBC and Microsoft Visual FoxPro driver (6.01). But I can not query to FoxPro tables. Query: Select * From myfox...adr gives an error:Invalid schema or catalog specified for provider 'MSDASQL'. That should be schema and catalog with reference to Visual FoxPro
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform