hi,
both pear db and mdb2 support using php's interbase extension. if you're using php 4.2, and therefor pear db driver in roundcube, then you should be aware of this from the pear db ibase driver source code in program/lib/DB/ibase.php:
<snip> * The methods PEAR DB uses to interact with PHP's interbase extension * for interacting with Interbase and Firebird databases * * These methods overload the ones declared in DB_common. * * While this class works with PHP 4, PHP's InterBase extension is * unstable in PHP 4. Use PHP 5. </snip>
provided the php interbase extension is loaded, you should be able to setup an ibase dsn in the db config file to use the driver.
given the above warning, i don't know how well it will work, but that's an issue with php, not roundcube.
cheers justin
Henrique Meira wrote:
thanks for you reply. I'll read about it.
another question: can I write code for use RoundCube with Firebird Database? What I need to know?
henrique.