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.
patrickPosted Jun 17, 2009, 2:12 PM
vivek kulkarniPosted Jun 17, 2009, 10:30 AM
You can serialize it into an xml and save the xml in the database.