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
 SQL Server Development (2000)
 Create DBF file using DTS

Author  Topic 

cruisinfriend
Starting Member

3 Posts

Posted - 2005-08-25 : 05:44:37
Hi. Help please...

Im using DTS to create a 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 on VB application.

Thanks in advance.
   

- Advertisement -