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.
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. |
|
|
|
|