Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Insert an Object into a Database

Options
  • 08-05-2006 2:58pm
    #1
    Closed Accounts Posts: 521 ✭✭✭


    Any one know how to put an Java object into a database?

    I know the statment involved, just need to know what type to make the coloumn & what to cast the object to...

    Or I could be leaving some thing out.

    Please help :confused:


Comments

  • Closed Accounts Posts: 36 l337


    create a field of type Blob... and serialize the object


Advertisement