|
Lathu
Starting Member
India
10 Posts |
Posted - 08/02/2011 : 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 = 2 oColumn.Flags = 8 oColumn.Size = 240 oColumn.dataType = 129 oColumn.Precision = 0 oColumn.NumericScale = 0 oColumn.Nullable = False
In the above what is that Flags and Numeric Scale properties.
Pls Tell me anyone........
|
|