You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "C. Jon Larsen" <jl...@richweb.com> on 2004/02/13 23:17:22 UTC

Anyone using Firebird (DBD::InterBase) with mod_perl ?

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


Re: Anyone using Firebird (DBD::InterBase) with mod_perl ?

Posted by "C. Jon Larsen" <jl...@richweb.com>.
On Fri, 13 Feb 2004, Stas Bekman wrote:

> C. Jon Larsen wrote:
> > 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.
> 
> Jon, your question has nothing to do with mod_perl. You ought to ask it at the 
> dbi-users list: http://lists.perl.org/showlist.cgi?name=dbi-users

Well, I thought I'd ask here since there's a greater chance of finding 
people here that are actually using Firebird and perl for 
real applications, and not the disposable/trivial 30 line scripts that my 
searches have been turning up.

DBD::InterBase returns 0 matches in the DBI users search interface.
Inter[Bb]ase returns 3 matches.
Firebird returns 5 matches.

I know some folks out there must be using it; I guess they're 
using java|php|delphi as the devel env and not perl. 

Sorry for the interruption.

-jon

> 
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:stas@stason.org http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
> 
> 

-- 
+ 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


Re: Anyone using Firebird (DBD::InterBase) with mod_perl ?

Posted by Stas Bekman <st...@stason.org>.
C. Jon Larsen wrote:
> 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.

Jon, your question has nothing to do with mod_perl. You ought to ask it at the 
dbi-users list: http://lists.perl.org/showlist.cgi?name=dbi-users

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

-- 
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