Subject | Re: [ib-support] IBPerl question |
---|---|
Author | Adam Clarke |
Post date | 2002-06-13T00:20:24Z |
IBPerl is not actively being developed AFAIK. You want to look at DBI
and DBD::InterBase for an actively supported solution.
Note that I have previously recommended this option here and some people
came running to the defense of IBPerl. Then /Bill Karwin/, the author of
IBPerl corrected them and said that the DBD::InterBase solution is now
the most appropriate.
http://dbi.interbase.or.id/ for the 'Official' website and links from
there to sourceforge
Cheers
Adam
Mark Shapiro wrote:
and DBD::InterBase for an actively supported solution.
Note that I have previously recommended this option here and some people
came running to the defense of IBPerl. Then /Bill Karwin/, the author of
IBPerl corrected them and said that the DBD::InterBase solution is now
the most appropriate.
http://dbi.interbase.or.id/ for the 'Official' website and links from
there to sourceforge
Cheers
Adam
Mark Shapiro wrote:
>Is anyone still supporting IBPerl, or are there better alternatives for
>accessing Interbase from Perl now? I'm currently using IBPerl 0.8, being
>the latest version I've seen, and have recently encountered a bug in its
>handling of string parameters in a query...
>