ultraman
Well-known member
Hi ! I want to use an XML files as ressources files (kinda) to store all the error messages of my windows app. Is there a way to get only one record at a time from the XML file (like a Where clause in SQL) or do I have to load the file in a dataset so I can search through it ?
Because I think its a waste of mem space to keep a DataSet filled wih all the error codes at all times....
Or if you have a better way to do this, Im open to all kind of suggestions.
Thanks in advance !
Because I think its a waste of mem space to keep a DataSet filled wih all the error codes at all times....
Or if you have a better way to do this, Im open to all kind of suggestions.
Thanks in advance !