I'm trying to get a module that relies on some MySQL-specific 
functionality to run with Firebird 1.5.0 under mod_perl 1.

In particular I need to replace calls to:

$sth->mysql_is_pri_key;
$sth->mysql_is_num;

with a Firebird equivalent.

$dbh->table_info

Does not seem to be supported by the DBD::InterBase driver, and I have not 
had any luck with:

$dbh->primary_key

either.


I read that some folks had given up on the DBD::InterBase driver and went 
to using an ODBC driver. Anyone have any suggestions, links,  or 
experiences they can share ? 

Thanks !

-- 
+ Jon Larsen: Chief Technology Officer, Richweb Inc.
+ Richweb.com: Providing Internet-Based Business Solutions since 1995
+ GnuPG Public Key: http://richweb.com/jlarsen.gpg
+ Business: (804) 359.2220 x 101; Mobile: (804) 307.6939


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to