Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linked servers to VFP data
Message
From
19/10/2000 08:53:21
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Linked servers to VFP data
Miscellaneous
Thread ID:
00431393
Message ID:
00431393
Views:
48
Hi all!

I have a link to VFP data that I made using the sp_AddLinkedServer stored procedure, like this:

sp_addlinkedserver @server='VFPData', @srvproduct='', @Provider='MSDASQL',
@provstr='DRIVER={Microsoft Visual FoxPro Driver};Deleted=Yes;Exclusive=No;SourceType=DBF;SourceDB=\\Server\Share\dir\'


Next, I can access my table using:

select * from openquery(VFPData, 'SELECT * FROM TableName')

Excellent!

Now, what if I want to update, insert or delete? In theory, I could use server.schema.owner.table, but what is the schema and owner of VFP data?

Thanks!
Sylvain Demers
Next
Reply
Map
View

Click here to load this message in the networking platform