can i handle my database in a file?

dsuraj

New member
Joined
Oct 27, 2007
Messages
3
Programming Experience
Beginner
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.
 
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
 
Back
Top