Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I am using TOS. I am outputting the data from a table in sql server to a file. It has boolean and dates columns.
Later I am using mysqlbulkexec to load to a table in mysql.
However, even though the load is successful and all rows are loaded. The bit columns are all loaded with 0 values while in the original sql server table there were values of 1 as well.
The dates are loaded as
| 0000-00-00 00:00:00 |
Any ideas on this would be helpful
Thanks in advance
Rathi