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
Support for Firebird Database
Re: Support for Firebird Database
Hi Andy,
welcome on CMS made simple forum ...
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
welcome on CMS made simple forum ...
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.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?
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
Re: Support for Firebird Database
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
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
Re: Support for Firebird Database
You can use full adodb (which has user contributed/experimental Firebird support) in stead of adodb-light with CMSMS by setting in your config.php and replacing the adodb version.
Code: Select all
$config['use_adodb_lite'] = false;
Last edited by Anonymous on Sun May 14, 2006 1:16 pm, edited 1 time in total.