Embeded database

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

Hi,

I know this is not the most appropriate newsgroup for this question, but has
many members and I hope someone can help me.

I have visual studio 2005 beta2.
I would like to use embeded database for my C# windows application
project(something like .dat filename).
I can't find it in my visual studio. I know there is some in Delphi.

Any idea, suggestions, links? What to use and how?

Thank you,
Simon
 
Hi,

If your DB is small, you can create a dataset through code and create
tables, relationships, etc

most of the times this is good enough.


cheers,
 
Back
Top