Hi group

I need a SQL database in my application, and i need i can sell it with the
app.
It have to supports thousands of enregistrement in few table not related.
It don't have to be extremely efficient, or multi utilisators
There is no extreme specs.
It have to be intregrated in my app.

My questions are :
- is there a C# native SQL database (or something ?)
- do you know abou third part (chip by préférence) SQL database, wich could
be what i need ?
- do you think i can reasonably play with XML file to simulate a database ?
- others ideas ?

please don't search for me i don't want to waste time (mine nor yours) just,
if you allready know response to my questions give me it.

thanks you for your tips guys :)
ROM

Re: C#, or third part sql Database by Maher

Maher
Mon Feb 23 06:38:23 CST 2004

Hello Romain,

Why you did not use MySQL???

--
Please feel free to contact/instant message me at:

Maher
mkaljendasi@hotmail.com


"Romain TAILLANDIER" <romain.taillandier@mfactories.com> wrote in message
news:%23z1rYVf%23DHA.3820@TK2MSFTNGP09.phx.gbl...
> Hi group
>
> I need a SQL database in my application, and i need i can sell it with the
> app.
> It have to supports thousands of enregistrement in few table not related.
> It don't have to be extremely efficient, or multi utilisators
> There is no extreme specs.
> It have to be intregrated in my app.
>
> My questions are :
> - is there a C# native SQL database (or something ?)
> - do you know abou third part (chip by préférence) SQL database, wich
could
> be what i need ?
> - do you think i can reasonably play with XML file to simulate a database
?
> - others ideas ?
>
> please don't search for me i don't want to waste time (mine nor yours)
just,
> if you allready know response to my questions give me it.
>
> thanks you for your tips guys :)
> ROM
>
>



Re: C#, or third part sql Database by Isaac

Isaac
Mon Feb 23 07:44:45 CST 2004

Hi Romain,
I think MSDE may fit your requirements. It is free and freely distributable , and can be installed with your
application.
Check here:
http://www.microsoft.com/sql/msde/default.asp
HTH,
--
Yizhaq Shmaayahoo
"Romain TAILLANDIER" <romain.taillandier@mfactories.com> wrote in message
news:%23z1rYVf%23DHA.3820@TK2MSFTNGP09.phx.gbl...
> Hi group
>
> I need a SQL database in my application, and i need i can sell it with the
> app.
> It have to supports thousands of enregistrement in few table not related.
> It don't have to be extremely efficient, or multi utilisators
> There is no extreme specs.
> It have to be intregrated in my app.
>
> My questions are :
> - is there a C# native SQL database (or something ?)
> - do you know abou third part (chip by préférence) SQL database, wich could
> be what i need ?
> - do you think i can reasonably play with XML file to simulate a database ?
> - others ideas ?
>
> please don't search for me i don't want to waste time (mine nor yours) just,
> if you allready know response to my questions give me it.
>
> thanks you for your tips guys :)
> ROM
>
>



Re: C#, or third part sql Database by Abhishek

Abhishek
Tue Feb 24 00:44:13 CST 2004

MSDE is suitable if you are sure that your data size will never exceed 2GB.

If your datasize exceeds 2GB MSDE will completely lock the DB. you
cannot access it from any of the tools or utilities.

So be sure not to cross the 2GB line.

regards,
Abhishek.
Isaac Sh wrote:

> Hi Romain,
> I think MSDE may fit your requirements. It is free and freely distributable , and can be installed with your
> application.
> Check here:
> http://www.microsoft.com/sql/msde/default.asp
> HTH,

Re: C#, or third part sql Database by Marc

Marc
Tue Feb 24 02:18:05 CST 2004

>- is there a C# native SQL database (or something ?)

Well, Visual Studio:NET includes the MSDE 2000 version of SQL Server
2000 - quite a capable database.

Also, if you need a free alternative, I'd suggest you look at FireBird
www.ibphoenix.com - very powerful, very well supported, with .NET
provider and all.

Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch

Re: C#, or third part sql Database by Romain

Romain
Tue Feb 24 03:55:00 CST 2004

thank you all for those infos.

:) I have what i need now !

www.familletaillandier.com


"Romain TAILLANDIER" <romain.taillandier@mfactories.com> a écrit dans le
message de news: #z1rYVf#DHA.3820@TK2MSFTNGP09.phx.gbl...
> Hi group
>
> I need a SQL database in my application, and i need i can sell it with the
> app.
> It have to supports thousands of enregistrement in few table not related.
> It don't have to be extremely efficient, or multi utilisators
> There is no extreme specs.
> It have to be intregrated in my app.
>
> My questions are :
> - is there a C# native SQL database (or something ?)
> - do you know abou third part (chip by préférence) SQL database, wich
could
> be what i need ?
> - do you think i can reasonably play with XML file to simulate a database
?
> - others ideas ?
>
> please don't search for me i don't want to waste time (mine nor yours)
just,
> if you allready know response to my questions give me it.
>
> thanks you for your tips guys :)
> ROM
>
>