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 > Looking for recommendations on databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-04, 05:56
Zellez Zellez is offline
Registered User
 
Join Date: Feb 2004
Posts: 7
Looking for recommendations on databases

Hi!

We are planning on developing a small application, the application will handle large amounts of financial transaction data and must be able to store the data efficiently. Thus we need an easily deployable database solution, which preferrably is file-based (such as access and dbisam), or requires minimal system changes and installation. (The program should be as "stand-alone" as possible).

I'm open for any suggestion, the database must me SQL compliant, and preferrably support transaction-SQL.

I am currently researching dbisam, Interbase 7.1 and SQL server DE.

Open for any suggestion and experiences with any database solution
Reply With Quote
  #2 (permalink)  
Old 02-10-04, 00:40
corneliusd corneliusd is offline
Registered User
 
Join Date: Feb 2004
Location: Beaverton, Oregon, USA
Posts: 11
Re: Looking for recommendations on databases

InterBase (http://borland.com/interbase) and the open source fork that has turned into Firebird (http://firebirdsql.org) are great options because they have a small footprint and are very solid databases that require little or no maintenance. They're SQL-92 compliant and have great support for stored procedures, referential integrity, triggers, and transactions.

Firebird has an embedded version that is a simple .DLL for very small installations. This limits the database access to single-user, local-only accesss, but makes deployment painless. The entire database resides in one file (but is not "file-based") and databases can be backed up while in use because of the versioning architecture. Of course, being open source, it's much more cost effective for deployment.

Hope this helps!
__________________
David Cornelius
http://CorneliusConcepts.com
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