Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle , JAVA & booleans
I'm currently porting an old program to run under ORACLE.
It uses JDBC and has many boolean parameters. It seems that Oracle
doesn't know about SQL's BOOLEAN datatype. How should I solve this
problem ? How should I put booleans into my Oracle database using JDBC
? And retrieve them ?
My code currently has problem on parts like: SQLRequest="INSERT INTO myTable VALUES("+my_boolean+")";
*
Thanks a lot
Jim
--
Printed on 100% Recyclable Electrons !
Jean-Michel DRICOT
System Engineer
Universite Libre de Bruxelles - Ecole Polytechnique
Voice : +32 2 650 37 50
E-Mail : jdricot_at_ulb.ac.be
Received on Thu Mar 09 2000 - 02:37:39 CST
![]() |
![]() |