![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i was wondering if anyone had experienced this before or even better knew of a fix. I am using an INI file to initialize several global variables in my DTS Package through a Dynamic Properties Task. some of the values are quoted strings which define columns for building a data set. these strings can get fairly long in some cases, well over 255 characters. the Global Variables i am populating are defined as Strings in the DTS Designer, but the literal type is a BSTR. i know that this data type can accomodate my strings (other global variables that are populated dynamically contain thousands of characters). my guess right now is that the problem is related to the OLE DB Text File Provider for DTS. i have seen many posts related to truncation of strings during exports, but i have been unable to find a single thread about truncation using a DP Task and an INI file. since i have no direct access to the connection used to open this INI file and the DP Task does not have any properties which could address this issue, is there some other fix i should be looking for? i realize i can use an ActiveX Script Task to read these values in through a separate step, but i would love to address the problem through the object model. any thoughts out there? |
![]() |
| Thread Tools | |
| Display Modes | |
| |