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
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Export data to DBF

Author  Topic 

cruisinfriend
Starting Member

3 Posts

Posted - 2005-08-25 : 20:28:15


Hi. Help please...

Im using DTS to export SQL server data to DBF file with specific dbf structure. Even DTS successfully creates the DBF, the numeric datatype is always set to Numeric(20,5). I want the numeric column to be Numeric(11,2) or Numeric(9,0).

How can this be obtained?

Btw, Im using this process for VB application.

Help please. Thanks in advance.


   

- Advertisement -