> Hello. > > Now that I have a Oracle back-end database to handle the address book and > user preferences, I'm at a bit of a loss on what to modify in SquirrelMail > to take advantage of it. I've tried taking advantage of the built-in > support for MySQL, but not surprisingly it didn't work. :) > > If anyone has modified SquirrelMail to use Oracle could they post what > they did to get it working? I'm not much of a DBA and even less familiar > with the database functionality under PHP so any help would be > appreciated.
SquirrelMail uses php pear libraries http://pear.php.net/package/DB http://pear.php.net/manual/en/package.database.db.intro-dsn.php The currently supported database backends are: ... oci8 -> Oracle 7/8/9 ... ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
