Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert to vfp tables
Message
 
To
21/05/2008 10:04:23
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Microsoft SQL Server
Category:
Database management
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01318765
Message ID:
01318835
Views:
13
>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
INSERT INTO MYVFPSERVER...TableName (field list) VALUES (value list)
(not tested)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform