Hi,
I have a mysql database set up using blobs for a field type because the data in there is large. When I try to read it back in java using a String field it only gives me part of the information stored in the field. I have tried declaring variables Blob or long var2 =...
Hi,
I am trying to use blobs in a mysql database. i have a servlet that will use a sql select statement to pull back data. Then I use a while rs.next() and getString each field into its own variable. It seems that short fields come back as they should be. The blob data field comes back as...
Hi,
I am writing a java servlet. When I run it with ODBC from an access database i can return the data looking great with correct spacing and everything. When i run the same servlet against a mysql database it returns a huge long hexadecimal number. Any ideas why? I can't figure it out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.