Transform Data Task for Ö and Ü Characters -
09-19-2006
, 04:27 AM
Hi,
I have a problem trying to run a DTS from a flat file to a table using the
Transform Data Task Property.
I am using VB Script in the Transformations Tab with code like
DTSDestination("FieldName") = DTSSource("Col002")
In column 2 I have some characters that contain either Ö or Ü.
The DTS failes over these characters.
What can I do to allow the DTS to accept these characters?
Thanks In Advance,
Kevin. |