database - Very basic and simple db file for C# desktop app -
i realize might stupid question, googlefu seems letting me down here.
i'm writing simple little app myself, want able store data db file. i'm using sqlite , although works simpler if possible not require me create tables , columns before hand. also, reason sqlite takes it's sweet time when making first connection on app startup. i've not been able figure out why , it's becoming tiresome have wait 30-60sec first connection , that's on ssd. after first connection it's fine , responsive. i'm getting off topic...
i found db4o , seemed wanted, seems project dead. want simplest , basic option give me database capabilities can insert, update, , delete records.
any suggestions?
honestly, best suggestion make figure out latency issue you're having sqlite , continue using it. there other options sure, sqlite elegant solution local data storage.
that said, if you're insisting on different don't want flat-file, guess try xbase
Comments
Post a Comment