Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server 2000 Linked Server to Visual FoxPro
Message
General information
Forum:
ASP.NET
Category:
Databases
Title:
SQL Server 2000 Linked Server to Visual FoxPro
Miscellaneous
Thread ID:
00928437
Message ID:
00928437
Views:
63
Hi all,

I am trying to integrate information from two databases (SQL Server 2000 and FoxPro 8.0) by executing SQL statements from SQL Server. I'm doing this by through the use of a linked server and the Visual FoxPro OLE connection string (see setup below).

EXEC sp_addlinkedserver
@server = 'VFPOLE1',
@srvproduct = 'OLE DB Provider for VFP',
@provider = 'VFPOLEDB.1',
@location = 'T:\test.dbc',
@provstr = 'Provider=VFPOLEDB.1;Data Source=T:\test.dbc;Mode=ReadWrite|Share Deny None;Password'';Collating Sequence=MACHINE'

SELECT * FROM OPENQUERY(VFPOLE1,'SELECT * FROM temp_tbl)

Can anyone recommend another options, because this setup is VERY slow for a 2 record table?

Thanks
Theo
Next
Reply
Map
View

Click here to load this message in the networking platform