R
Roshawn
Hi,
I am contemplating the development of a non-enterprise database application
that can be used by small businesses (used for subscription services). I
would like to make extensive use of ADO.NET in the app. However, I am
undecided on which database to use.
The database would have to meet some specific guidelines. It would have to
be easy to set up and deploy on a client machine, be lightweight, scalable,
have great performance, allow for multiple users in a client/server
environment, and allow for proper security settings. I would also like to
have the ability to connect to the database without going through a database
server (IOW, I'd prefer a file-based database)
Most people would suggest that I use MSDE 2000 because it meets the
guidelines set forth above, but I know that it installs the database server
(that users may hate). Others would suggest MS Access 2000/2002, but I am
aware of the issues regarding it (not highly scalable, poor in a
client/server environment if more that 5 connections, performance limitation
based on file size, etc.).
Of the two, MSDE seems most appropriate. On the other hand, I don't want to
upset the user by installing a server on their machine.
Can someone point me to some other databases that may meet my needs?
Thanks,
Roshawn
I am contemplating the development of a non-enterprise database application
that can be used by small businesses (used for subscription services). I
would like to make extensive use of ADO.NET in the app. However, I am
undecided on which database to use.
The database would have to meet some specific guidelines. It would have to
be easy to set up and deploy on a client machine, be lightweight, scalable,
have great performance, allow for multiple users in a client/server
environment, and allow for proper security settings. I would also like to
have the ability to connect to the database without going through a database
server (IOW, I'd prefer a file-based database)
Most people would suggest that I use MSDE 2000 because it meets the
guidelines set forth above, but I know that it installs the database server
(that users may hate). Others would suggest MS Access 2000/2002, but I am
aware of the issues regarding it (not highly scalable, poor in a
client/server environment if more that 5 connections, performance limitation
based on file size, etc.).
Of the two, MSDE seems most appropriate. On the other hand, I don't want to
upset the user by installing a server on their machine.
Can someone point me to some other databases that may meet my needs?
Thanks,
Roshawn