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 |
Lathu
Starting Member
10 Posts |
Posted - 2011-08-02 : 08:04:23
|
In the database--table--column(field) point of view what is the "NumericScale" and "Flags" properties ???I created one DTS Package with .bas extension for transferring the data from Oracle to SqlServer Tables.In the Bas file i saw some of the lines like.....oColumn.Name = "Emp_Remarks"oColumn.Ordinal = 2oColumn.Flags = 8oColumn.Size = 240oColumn.dataType = 129oColumn.Precision = 0oColumn.NumericScale = 0oColumn.Nullable = FalseIn the above what is that Flags and Numeric Scale properties.Pls Tell me anyone........ |
|
|
|
|