D dsuraj New member Joined Oct 27, 2007 Messages 3 Programming Experience Beginner Nov 20, 2007 #1 can i handle my database(small in size) in file rather than excel or CSV... ordinary as like txt...in ADO.net IF yes, how can i make connections with it? if no, why? pls reply. waiting 4 it. thnks in advance.
can i handle my database(small in size) in file rather than excel or CSV... ordinary as like txt...in ADO.net IF yes, how can i make connections with it? if no, why? pls reply. waiting 4 it. thnks in advance.
cjard Well-known member Joined Apr 25, 2006 Messages 7,081 Programming Experience 10+ Nov 21, 2007 #2 if its a small DB, just use a DataSet object, and readxml/writexml it to/from disk when you need to save it/load it Upvote 0 Downvote
if its a small DB, just use a DataSet object, and readxml/writexml it to/from disk when you need to save it/load it