Which database ?

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Hi,

I have to create an application using a database.
There won't be client/server access (only one user...).
What is the best solution ? Access ? MSDE ? Something else ?

Thanks !
 
Steven said:
Hi,

I have to create an application using a database.
There won't be client/server access (only one user...).
What is the best solution ? Access ? MSDE ? Something else ?

firebird. http://www.firebird.org. You can use Firebird embedded, so
you can simply drop the .fdb file in a folder with the embedded dll and
it works, without a server, but WITH fancy features ms access can't
offer you. It has a mature .net provider and is 100% free.

FB


--
 
Access, if it will be really one user, and DB size up to 2gb (access limit)
I have to create an application using a database.
There won't be client/server access (only one user...).
What is the best solution ? Access ? MSDE ? Something else ?

--
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 Nietzsche
 
Sql Server Express 2005. Free.

--
William Stacey [MVP]

| Hi,
|
| I have to create an application using a database.
| There won't be client/server access (only one user...).
| What is the best solution ? Access ? MSDE ? Something else ?
|
| Thanks !
|
|
 
Ok, so for a single user Access is efficient ?
In fact i heard about corrupt databases with Access, that is what i was
afraid of.

Thanks !
 
What type of records in the database? How often will it be accessed?
How big will it grow?
 
Hi,

Teo said:
Ok, so for a single user Access is efficient ?
In fact i heard about corrupt databases with Access, that is what i was
afraid of.

With a single user is very good.

Additionally, if your data is not too big or you need to do complex queries
you can store it in a XML file
 

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

Similar Threads


Back
Top