Re: upgrading dbi



Please try reporting the actual versions as found by the software -
DBD.pmis a documentation module (perldoc DBI::DBD), and the version
found in
DBI.pm would be of more relevance.

perl -MDBI -e 'print "$DBI::VERSION\n"'

And Perl 5.006001 is hardly the most recent version of Perl.

On 5/17/05, April Blumenstiel <aprilmb@xxxxxxxxx> wrote:
>
> The database is SQL Server and the current perl revision on the production
> machine is 5.006 and the DBD.pm version is 10.7, wheras in the development
> environment the perl version is 5.006001 and the DBD.pm version is 11.16 ..
> So I guess the bigger difference is in the DBI.
>
> Thanks
>
>
> On 5/17/05, William R. Mussatto <mussatto@xxxxxxx> wrote:
> > April Blumenstiel said:
> > > I have a pretty old version of DBI on a production server. I'd like to
> > > upgrade (partly so that the version up there will be closer to the
> > > development environment). I've been looking around for info on
> upgrading
> > > DBI in the faqs and docs but haven't found anything.
> > >
> > > There are a couple of critical services using DBI. Should I be worried
> > > about upgrading? If anything breaks, is it easy to rollback to an
> older
> > > version?
> > It might help if you told us what db and what version of DBI you a
> > currently running. I ran into an issue several years back.
>
>


--
Jonathan Leffler <jonathan.leffler@xxxxxxxxx> #include <disclaimer.h>
Guardian of DBD::Informix - v2005.01 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."


Relevant Pages

  • Problem of DBI build
    ... I installed Oracle Application Server 4.0.8.2 included perl module. ... I need to installe DBI and DBD::Oracle module. ... You can install them any time after installing the DBI. ... line 318: error 1705: Function prototypes are an ANSI feature. ...
    (perl.dbi.users)
  • Problem of DBI build
    ... I installed Oracle Application Server 4.0.8.2 included perl module. ... I need to installe DBI and DBD::Oracle module. ... You can install them any time after installing the DBI. ... line 318: error 1705: Function prototypes are an ANSI feature. ...
    (perl.dbi.users)
  • Re: use of DBI; I am getting multiple error messages mixed in with the correct output.
    ... T> expected a mature library like DBI to behave like this. ... I learned plenty about the perl side of things from her posts. ... closely represent the SQL idea of a null. ... trivially easy to perform bulk loads using the DB's particular ...
    (comp.lang.perl.misc)
  • Re: DBD::Informix and SIGBUS in perl
    ... use DBI; ... > My program is a CGI script in perl, which provides web-access to a database ... assigned to a DBD::Informix database handle. ... > LANGUAGE (unset) ...
    (perl.dbi.users)
  • mysql 4.1x and DBD::mysql (and mysqlPP)
    ... 4.1.7-nt for testing and now I can't connect to the server from perl. ... DBI is 1.45 ... consider upgrading MySQL client ...
    (perl.dbi.users)