Hi all
I am using DTS package to export data from SQL Server 2000 to .dbf file.
Problem is that FLOAT or NUMERIC (dbase Data Types) are mapped to SQL_DOUBLE (ODBS SQL Data Type) by default.
So, When I create DTS package in SQL server and create a dbf table, it converts numeric into double.
As a result, when export is done all my integer values appear as double in .dbf file.
Can anyone please recommend any solution for this
Thanks!
Regards
< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

DTS package Export - from SQL to DBF