i am unable to add a Boolean value in Mysql how can i do so using java
i have to use QueryExecuter for this perpose
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you mean, you can’t use the boolean type? otherwise you could just convert true to 1 and false to 0 and just use an integer field…