storing serialized object in sql server
hi out there. i want to store a serialized object in a sql server database, my questions are:
1. what sql server data type should i use?
2. what formatter shoul i use to serialize the object according to the sqlserver data type?
thanks in advance!!!
|