Re: Object-Oriented database

2007-05-04 Thread Olexandr Melnyk
You can store any object as blob, but that's not a good idea (unless object is atomic in terms of your application). If you want to refer to your data in object-oriented manner, you can use one of the ORM pattern implementations on the client sise. As for a separate data type, no, MySQL doesn't

RE: Object-Oriented database

2007-05-04 Thread Jerry Schwartz
If you serialize the object, you can store it in the data base as a blob. Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: sam rumaizan [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Object-Oriented database

2007-05-04 Thread David Griffiths
. David -Original Message- From: Jerry Schwartz [mailto:[EMAIL PROTECTED] Sent: May 4, 2007 6:36 AM To: 'sam rumaizan'; mysql@lists.mysql.com Subject: RE: Object-Oriented database If you serialize the object, you can store it in the data base as a blob. Regards, Jerry Schwartz Global