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...

Recommended Answers

All 3 Replies

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

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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.