If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Embedded client DB recommendation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-06, 01:50
jasonfisher jasonfisher is offline
Registered User
 
Join Date: Feb 2005
Posts: 5
Embedded client DB recommendation

Hi ,
I'm comparing various opensource database to embedded in my new .Net Windows Client application and would like to get some recommendation. Aside from those general stuff , the DB simply needs to:

1. Secure from the User access. ie. User has no direct way to manipulate the data in the database file and the file can be encrypted

2. Allow multi-connections. Actually there will be only 1 user running the application, but multi threads will be access the db.

3. Can scale multi GB of data. Although this is unlikely, it still could be a possibility depends on user's usage.

I was looking into SQL Express (not opensource but free) but it has admin tools that allow user to have direct access to the db data and only allow 1GB data.

Now, I am comparing MySQL and Firebird. Could anyone recommend any other and provide some Pro/Con information?

Many thanks.
Reply With Quote
  #2 (permalink)  
Old 09-09-06, 02:22
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,613
SQL Express 2005 does not HAVE to let the user have access to the data. It can be configured to prevent that access from all but the most astute geeks.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On