-
Hello,
This is probably a question that has been asked and answer already but I am going to ask again. Chalk it up to laziness or lack of time either or :)
I have a VB6 program that is using Oracle 8 as a backend. My question is how does Oracle use the Check Boxes? I have tried a bunch of things, binding them, manually putting a value in the field when the box is check.
I know for some databases you have to make the table field boolean but I have been unable to do this with Oracle.
If I have been to confusing, you can email me and I will try to claify what I want.
Thanks All,
Kevin
[email protected]
-
Oracle 8 does not use boolean values. I believe it uses integers (something like non-zero = true, 0 false).
I ran into the same problem converting a paradox database to Oracle.