On 04/18/2013 12:06 AM, aaron morton wrote:
What version are you using ?
And what JDBC driver ?
Sounds like the driver is not converting the value to bytes for you.
I guess the problem may because of undefined
key_validation_class,default_validation_class and comparator etc.
If you are using
What version are you using ?
And what JDBC driver ?
Sounds like the driver is not converting the value to bytes for you.
> I guess the problem may because of undefined
> key_validation_class,default_validation_class and comparator etc.
If you are using CQL these are not relevant.
Cheers
--
Hi,
When I am trying to insert the data into a table using Java with JDBC, I
am getting the error
InvalidRequestException(why:cannot parse 'Jo' as hex bytes)
My insert quarry is:
insert into temp(id,name,value,url_id) VALUES(108, 'Aa','Jo',10);
This insert quarry is running successfully fro