Don't think anyone mentioned it, but if you could get it to output
quotes around the value, like:
INSERT INTO my_table (var_bool) VALUES ('0');
It will also work.
This is good to know. There is an option in the ODBC driver to treat booleans as a char. Maybe this would be a good solution.
--
Regards,
Richard Broersma Jr.