Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. garyd1234

    long numbers instead of data

    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 =...
  2. garyd1234

    long numbers instead of data

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

    long numbers instead of data

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

Part and Inventory Search

Back
Top