![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a code like: ********************************* Dim loColumn As DTS.Column loColumn = loTransformation.SourceColumns.New("Col001",14) loColumn.Name = "Col001" loColumn.Ordinal = 1 loColumn.Flags = 32 loColumn.Size = 255 loColumn.DataType = 129 loColumn.Precision = 0 loColumn.NumericScale = 0 loColumn.Nullable = True ********************************** What should I specify in DataType Property for Varchar, numeric, boolean and double datatypes of SQLServer 2000 as I have different columns with diff. datatypes? any help is greatly appreciated.... Thanks, SVP |
#3
| |||
| |||
|
|
Darren, Correct Links are not found. Can u check once? Thanks, SVP ----- Darren Green wrote: ----- In message <50E69743-560F-44F4-82CD-7FCB8AFC74A7 (AT) microsoft (DOT) com>, SVP anonymous (AT) discussions (DOT) microsoft.com> writes Hi, I have a code like: ********************************* Dim loColumn As DTS.Column loColumn = loTransformation.SourceColumns.New("Col001",14) loColumn.Name = "Col001" loColumn.Ordinal = 1 loColumn.Flags = 32 loColumn.Size = 255 loColumn.DataType = 129 loColumn.Precision = 0 loColumn.NumericScale = 0 loColumn.Nullable = True ********************************** What should I specify in DataType Property for Varchar, numeric, boolean and double datatypes of SQLServer 2000 as I have different columns with diff. datatypes? any help is greatly appreciated.... Thanks, SVP |
![]() |
| Thread Tools | |
| Display Modes | |
| |