954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Write class object in MySql database

Hi All,
i need yr help guys,
i am developing a software in which i want to add one class object in MySql table,
since there is no datatype available in MySql so that i can write object in to it,

please do me a fever,
what i should do to make this possible,

i want to write one class object in to database table...

yooobaaby
Newbie Poster
2 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

If you are trying to store a serialized object then you'd need to use the BLOB type .

Ezzaral
Posting Genius
Moderator
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
 
If you are trying to store a serialized object then you'd need to use the BLOB type .


what is BLOB type , give me idea about that

yooobaaby
Newbie Poster
2 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

I gave you a link directly to the MySQL doc on it. Did you bother to read it?

Ezzaral
Posting Genius
Moderator
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You