Re: upgrading dbi



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:
> > Hello,
> >
> > 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?
> >
> > Thanks,
> > April
> 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.
>
> --
> William R. Mussatto, Senior Systems Engineer
> Ph. 909-920-9154 ext. 27
> FAX. 909-608-7061
>
>


Relevant Pages

  • Re: perl DBI on windows 64
    ... statements in the code to indicate progress of execution or whatever. ... Start your reading with the PrintError, RaiseError and HandleError attributes in DBI. ... once you've looked at the 20SqlServer example in DBD::ODBC you will see it uses HandleError. ... There is one annoyance with SQL server: You can't have more than one "active" statement, i.e. a statement that is executing but not yet finished, per connection. ...
    (perl.dbi.users)
  • RE: perl DBI on windows 64
    ... statements in the code to indicate progress of execution or whatever. ... Use the RaiseError DBI attribute, ... There is one annoyance with SQL server: You can't have more than one ... This is a limitation of the SQL server ...
    (perl.dbi.users)
  • RE: perl DBI on windows 64
    ... And please do an FAQ entry for ODBC on windows ... Ramakrishna Raju ... perl DBI on windows 64 ... There is one annoyance with SQL server: You can't have more than one ...
    (perl.dbi.users)
  • RE: perl DBI on windows 64
    ... Ramakrishna Raju ... perl DBI on windows 64 ... Start your reading with the PrintError, RaiseError and HandleError ... There is one annoyance with SQL server: You can't have more than one ...
    (perl.dbi.users)
  • Re: Datetime overflow with DBI ODBC setting 19th century dates with placeholders
    ... > The command line utility only allows you to use complete SQL DML ... > former works fine for 1899 with perl DBI anyway. ... > I've also tried the SQL Server profiler on the server side, ... In this way, you're defining what the data type is for the database, not ...
    (comp.lang.perl.misc)