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

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
 
M

Michael Nemtsev

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top