How to embed a SQL database into a .NET app?

  • Thread starter Thread starter feudalac!
  • Start date Start date
F

feudalac!

I have an app that uses MySql as a data source...

I would like to embed a SQL database into the app so it could be used
without a database server connected to the network.

I couldn't find any examples so i'm asking hele...

The information i have so far is that best choice for embeding is
SQLLite...

My needs are simple:
Insert
Update
Delete
Left Join
Right Join
....


nothing more



thanks
 
Hello Feudalac!,

See for SQL Everywhere http://www.microsoft.com/sql/ctp_sqleverywhere.mspx

F> I have an app that uses MySql as a data source...
F>
F> I would like to embed a SQL database into the app so it could be used
F> without a database server connected to the network.
F>
F> I couldn't find any examples so i'm asking hele...
F>
F> The information i have so far is that best choice for embeding is
F> SQLLite...
F>
F> My needs are simple:
F> Insert
F> Update
F> Delete
F> Left Join
F> Right Join
F> ...
F> nothing more
F>
F> thanks
F>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top