Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: what data type should i use in MySql for a java object to be saved

    Yes there is...its called a BLOB :) (but see my post above) It can hold anything from images, to java objects, to text, to whatever. Through JDBC you can read/write to the blob using an...
  2. [SOLVED] Re: what data type should i use in MySql for a java object to be saved

    I'd recommend not saving the object in the first place...save the data within the object and provide functions which map said between the object and the database with getters and setters - this takes...
Results 1 to 2 of 2