Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Export Data From SQL-Table To Foxpro DBF ?
Message
From
18/08/2006 12:17:12
 
 
To
16/08/2006 14:54:18
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01146115
Message ID:
01146779
Views:
19
Hi Marc,
If your exported outcome is regardless of memo field, it really is a good idea to export source data as TXT format then leave it to foxpro to handle.Otherwise,you may try another way that use EXEC master..xp_cmdshell 'BCP ...'
to output DBF files in a JOB service -just assume that BCP is able to output DBF file,not so sure.
Note that either DTS or BCP, a ODBC driver for dbf installed on the server is mandatory.
Steven
Previous
Reply
Map
View

Click here to load this message in the networking platform