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
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
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...