|
-
Feb 21st, 2007, 10:01 PM
#1
Thread Starter
New Member
My Solution (?) to a problem
Hi,
I am storing properties of an object into an SQL Server 2005 db. This object has properties that are arrays of strings - the dimension is rather large. I'd like to persist these arrays as xml, and have accomplished this by implementing IXmlSerialzeable, and then manually outputting the properties in logical order with an XmlWriter. Is this way off base? I'm pretty new to all of this, and am dying to learn more. Thanks.
-
Mar 8th, 2007, 07:07 AM
#2
Re: My Solution (?) to a problem
No it's not off base. But you should also explain what your reasons are for storing the object's properties in an external source and what you plan to do with it, and what the object does.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|