importing data and bind offset for fetch -
08-29-2006
, 05:44 AM
I am trying to import data from some other database(via ODBC connection) to
SQL Server. For retrieving Unicode data, DTS is binding offset value in
SQLSetStmtAttr() to a very large integer due to which the database driver is
failing (some memory access issue). I would like to know why this huge offset
is being passed to the ODBC driver. Is driver returning some wrong info to
DTS?
Thanks,
Vivek |