Support for Firebird Database

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Donoss

Support for Firebird Database

Post by Donoss »

Hi,

I'm new to CMSMS/PHP/MySQL but was wondering what would need to be changed to enable CMSMS to run on Firebird, can anyone tell me which files I will need to study?

Many thanks

Andy
cyberman

Re: Support for Firebird Database

Post by cyberman »

Hi Andy,

welcome on CMS made simple forum ...
Donoss wrote: I'm new to CMSMS/PHP/MySQL but was wondering what would need to be changed to enable CMSMS to run on Firebird, can anyone tell me which files I will need to study?
CMS made simple don't use a poor database, in current version it uses a database layer called AdoDB light. In moment CMSms supports only MySQL, Postgres and MySQLi. SQLite is on todo list.

So I think CMSms woun't running on firebird cause AdoDB light don't support this database, please look here

http://adodblite.sourceforge.net/howtoinstall.php
Donoss

Re: Support for Firebird Database

Post by Donoss »

Hi,

I see what you mean, thankfully someone has already requested that ADOdbLite be developed to support Firebird, then we can start moving!

Many thanks

Andy
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm
Location: the Netherlands

Re: Support for Firebird Database

Post by Dee »

You can use full adodb (which has user contributed/experimental Firebird support) in stead of adodb-light with CMSMS by setting

Code: Select all

$config['use_adodb_lite'] = false;
in your config.php and replacing the adodb version.
Last edited by Anonymous on Sun May 14, 2006 1:16 pm, edited 1 time in total.
Post Reply

Return to “Developers Discussion”