For Programmers: Free Programming Magazines  


Home > Archive > C# > August 2004 > xml versus string manipulation









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author xml versus string manipulation
ben

2004-08-17, 3:57 pm

I've got a situation where I need to hold more segregated information
in a database than there are columns available to me (I can't change
the database structure unfortunately).
At the moment I'm putting the extra information into an XML string and
saving that to the database; When it's needed I parse the results with
the XMLDocument object.
I've got a sneaking suspicion that this might be a bit processor
intensive ;)
Has anyone got any thoughts as to whether the gains made in just
manipulating the string outweigh the handiness of having a dom of the
data available?

ben
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com