How do I handle bit columns when using the MySqlBulkLoader columns... in the source data file, i have tried the following which ALWAYS results in a TRUE value in the table....
FALSE
false
False
0
None of these will actually produce a BIT column value of 0 in the table... it always shows up as a 1.
How can I store false or ZERO values in the BIT column in the table via MySqlBulkLoader... Thanks in advance! :)
FALSE
false
False
0
None of these will actually produce a BIT column value of 0 in the table... it always shows up as a 1.
How can I store false or ZERO values in the BIT column in the table via MySqlBulkLoader... Thanks in advance! :)