all groups > dotnet sdk > october 2004 >
You're in the

dotnet sdk

group:

Store Objects in a DataStore


Store Objects in a DataStore Vamsi
10/25/2004 2:11:03 PM
dotnet sdk:
Is it possible to store objects like HashTables in a database? How do I do
this?

The method I was thinking of is:
1. Serialize the HashTable.
2. Store the serialized data in XML.
3. To access the object, we deserialize the data and cast into HashTable.

Any suggestions to make this process more efficient would be appreciated.

Re: Store Objects in a DataStore Mujtaba Syed
11/3/2004 2:54:39 PM
Ah, the classic O/R problem.
Your solution of using XML as an intermediary is the best, IMO.

Mujtaba Syed.

[quoted text, click to view]

AddThis Social Bookmark Button