Hello Activex88,
your issue is you hardcoded a numeric value, now explaining:
this conversion looks to me like you want to convert a string value to DT_DBTIMESTAMP, so your expression must look like:
(DT_DBTIMESTAMP) ("1753-1-1")
if you try it, 1/1/1753 12:00:00 AM will be produced.
So if you drop the " (double quotes) it will operate on a 1753-1-1 algebraical representation which result in value 1751 and produce that strange result.
Arthur
My Blog
