L
lord.zoltar
Hello,
I am trying to store an object into a database as a binary object. The
database is SQL Server 2005, the progamming language is VB.NET 2005.
I've read that the way to do this is to input a hexadecimal
representation of the object. What I don't know is an easy way to
generate this representation.
The object in question is a TableLayoutContainer. Serializing the
object won't work, because it must be accessible across a network to
different users of this program.
I am trying to store an object into a database as a binary object. The
database is SQL Server 2005, the progamming language is VB.NET 2005.
I've read that the way to do this is to input a hexadecimal
representation of the object. What I don't know is an easy way to
generate this representation.
The object in question is a TableLayoutContainer. Serializing the
object won't work, because it must be accessible across a network to
different users of this program.