Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert to vfp tables
Message
From
26/05/2008 16:41:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
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:
01319561
Views:
16
>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


VFP linked servers do not support modification. Try using advantage database server or Openrowsource if ole enabled instead.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform