Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Insert DBF file

Author  Topic 

surezh
Starting Member

32 Posts

Posted - 2009-02-27 : 02:18:40
how can i insert the data from FoxPro(*.DBF) to SQL server
please give me a example to insert.....

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2009-02-27 : 03:59:12
Create a linked server, here is a starting point, although this is for SQL 2000

http://support.microsoft.com/kb/199131

Otherwise, just google it:

http://www.google.co.uk/search?hl=en&q=foxpro+as+a+linked+server%2C+sql+server&meta=
Go to Top of Page
   

- Advertisement -