> Hi, 
> 
> I want to save object into MySQL database. Since MySQL
> in not object relational database, is any problem to
> save object into it? Which attribute I should select
> to save object? Varchar BINARAY?
 
First of all, you need to serialize the object
somehow. I assume that the language in which you
define your object is capable of this.

Secondly, I would assume that the best column
type would be a BLOB or MEDIUMBLOB.

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to