checkbox and odbc connection

13063154

Member
Joined
Aug 24, 2005
Messages
9
Location
Vanderbijlpark, Gauteng, SA
Programming Experience
Beginner
Hi everybody

I am creating a simple application that has checkboxes, textboxes and buttons. I can send the information in the textboxes to the database with no troubles but as soon as i try to send the checkboxes it throws "error with insert into statement" exception.

I have set the database to require true or false with these fields. However i am not sure how to get a ticked checkbox to send "true" to the database or unchecked to send "false" to the database.

Please help!
 
Back
Top