You still might have a problem, if it's 0.43 with the "global destruction".
My repository (ftp.esoftmatic.com) referenced in the faq has a later
version.  If you run into another problem, try that one.  If you don't have
problems and you are going into production, stay with what works.  Shortly,
I intend to release a 1.0 version which is based upon the developer release
on my repository.

(In fact, I'm weeding through bug/issue reports as I write this)

Regards,

Jeff

> -----Original Message-----
> From: Ronald Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 19, 2002 2:54 PM
> To: Jeff Urlwin; [EMAIL PROTECTED]
> Subject: Re: :ODBC bug (just for the archives)
>
>
> Just to confirm I installed http://xmlproj.com/PPM/DBD-ODBC.ppd
> which has an
> ODBC.pm file with a version of 0.43.  I reproduced the problem before
> installing, installed and retested, and the problem did not recur.  The
> Microsoft Access driver seems to be, from looking at the control panel,
> version 4.00.6200.00.
>
> Ronald Schmidt
>
> ----- Original Message -----
> From: "Jeff Urlwin" <[EMAIL PROTECTED]>
> To: "Ronald Schmidt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, November 19, 2002 2:00 PM
> Subject: RE: :ODBC bug (just for the archives)
>
>
> > >
> > > Just for the sake of the archives I would like to note that I
> encountered
> > > this bug against Microsoft Access.
> >
> > Ok -- can you upgrade and verify?  Activestate's version is 0.28 was
> > released over two years ago!  There were two identified problems which
> > caused access violations, one was during "global destruction" (program
> end)
> > and DBD::ODBC attempted to do some cleanup on things that were already
> > cleaned up and the second was during statement preparation
> where DBD::ODBC
> > told the driver the buffer size but was wrong.  It's probable
> that both of
> > those fixes will resolve your problem, but...
> >
> > Thanks,
> >
> > Jeff
> >
> > >
> > > ----- Original Message -----
> > > From: "Jeff Urlwin" <[EMAIL PROTECTED]>
> > > To: "Ronald Schmidt" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> > > Sent: Monday, November 18, 2002 9:44 PM
> > > Subject: RE: :ODBC bug
> > >
> > >
> > > > Ronald,
> > > >
> > > > > I don't know if this is the right place to post DBI/DBD bug
> > > > > reports.  If there is a better place please let me know.  The
> > > > > small program below results in an error that reads:
> > > >
> > > > It's the right place.  Exactly!
> > > > >
> > > > > The instruction at "0x1f8fe002" referenced memory at
> > > > > "0x1f8fe002".  The memory could not be "read".
> > > > >
> > > > > I am running a fairly recent version of activestate Perl under
> > > > > Windows 2000 with the latest versions of DBI and DBD.
> > > >
> > > > There's the problem.  Normally, FYI, I like to see which driver you
> are
> > > > using, but this was a common problem with Foxpro.  It wouldn't
> > > be limited
> > > to
> > > > foxpro, but that was one of the popular drivers that brought out the
> > > error.
> > > >
> > > > This has been fixed in later versions of DBD::ODBC, but
> ActiveState's
> > > > repository is sadly out of date.  The good news is that the 5.8.0
> > > repository
> > > > (beta) has the latest "official" release.  In the mean time,
> > > you can go to
> > > > the DBI FAQ and read about private repositories and install
> my latest
> > > > release.
> > > >
> > > > Regards,
> > > >
> > > > Jeff
> > > > =============================================
> > > > See the DBI FAQ at www.xmlproj.com/cgi/fom.cgi
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


Reply via email to