Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update dbf data with data from SQL server
Message
 
 
To
19/01/2009 14:34:15
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01374980
Message ID:
01375210
Views:
7
Below is scripted working linked server.
Btw, did you install VFP ODBC driver on the PC running SQL Server?
Keep in mind limitations of VFP ODBC driver http://www.berezniker.com/content/pages/visual-foxpro/visual-foxpro-odbc-driver
EXEC master.dbo.sp_addlinkedserver @server = N'stxq', @provider=N'MSDASQL', @provstr=N'DRIVER={Microsoft Visual FoxPro Driver};
Exclusive=No;Collate=Machine;Deleted=Yes;Null=No;
SourceDB=\\fs1\Tops\daily\lccqueue\;SourceType=DBF;'
>Sorry, 2000 fully patched.
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform