Can I serialize an object right into an ADO.net row
Using Microsoft.Jet.OLEDB.4.0 as provider, mdb is the database extension, i want to stick an object right into a row and pull it out when I need it, I was wondering if this was possible, and what the column datatype would need to be.