Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert to vfp tables
Message
From
21/05/2008 10:04:23
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Insert to vfp tables
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01318765
Message ID:
01318765
Views:
54
Hi,

This my first time using the link server to read the files directly from within SQL2005, so issues the following link:-

EXEC sp_addlinkedserver
@server = N'MYVFPSERVER', -- Your linked server name here
@srvproduct=N'Visual FoxPro 9', -- can be anything
@provider=N'VFPOLEDB',
@datasrc=N'"C:\PROGRAM FILES\MICROSOFT VISUAL FOXPRO 9\Samples\data\testdata.dbc"'

After that i can open query and do the import issues, but how to do insert to the vfp tables

Best regards
Next
Reply
Map
View

Click here to load this message in the networking platform