CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Perl

 Perl SQLite & Firebird databases

Print topic Send  topic

Author Message
roeya


Posts: 181
Posted: 01/18/2008, 12:30 PM

When you need good DB for a commercial application you need none GNU/GPL database

Here are our choices:

SQLite - simple & robust will do for low volume project, it is self contained in DBD::SQLite so no other installation is required. the database is kept in one file
has the following limitations
1. Lock all the database on update
2. CCS generated projects has autocommit settings so multiple updates are slow and not handled as a single transaction (Watch out when handling editable grid)
3. Worked fine using cached connection

Firebird - simple (but require installation of database server) the database is kept in one file
It will worked with cached connection only if you set ib_softcommit which is some what annoying. also it requires hard commit in the end

* Important notice - the regular CCS 3.2/CCS 3.1 has a bug in cachcedconnection, you need to contact support to get a patch
_________________
http://www.infoneto.com/
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.