RE: problems with version of dbi or dbd-odbc?

2003-04-01 Thread Adam Peterson
> Can you wrap it up in a small example, showing the issue? new config: dbi - 1.34 dbd-odbc 1.04 old config: dbi - 1.34 dbd-odbc .43 or lower when i run the below code on the new config i get these errors: C:\>perl\scripts\recent_claim_data_test.pl DBD::ODBC::st execute failed: [Microsoft][ODBC

RE: problems with version of dbi or dbd-odbc?

2003-04-01 Thread Jeff Urlwin
> > --- Jeff Urlwin <[EMAIL PROTECTED]> wrote: > > Is it logging in the same way as the prior version? > > > > yes, seems to be the same. Can you wrap it up in a small example, showing the issue? I've got some time to work on DBD::ODBC this week and would like to get it done, if it's something

RE: problems with version of dbi or dbd-odbc?

2003-04-01 Thread Adam Peterson
--- Jeff Urlwin <[EMAIL PROTECTED]> wrote: > Is it logging in the same way as the prior version? > yes, seems to be the same. > > > > > hello everyone, > > > > i recently downloaded the latest version of perl which came > > with the following that i installed via the ppm. > > new: > > ac

RE: problems with version of dbi or dbd-odbc?

2003-03-31 Thread Jeff Urlwin
Is it logging in the same way as the prior version? Jeff > > hello everyone, > > i recently downloaded the latest version of perl which came > with the following that i installed via the ppm. > new: > activestate perl 5.6.1 > ppm 2.20 > dbi 1.34 > dbd odbc 1.04 > > old: > activestate perl 5.6

Re: problems with version of dbi or dbd-odbc?

2003-03-31 Thread E. Scott Stricker
CTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 5:04 PM Subject: problems with version of dbi or dbd-odbc? > hello everyone, > > i recently downloaded the latest version of perl which came with the > following that i installed via the ppm. > new: > activestate per

problems with version of dbi or dbd-odbc?

2003-03-31 Thread Adam Peterson
hello everyone, i recently downloaded the latest version of perl which came with the following that i installed via the ppm. new: activestate perl 5.6.1 ppm 2.20 dbi 1.34 dbd odbc 1.04 old: activestate perl 5.6.1 ppm 2.1.6 dbi 1.27 dbd odbc .28 the below code runs fine on my older version but ge