Simon, Evidently, my ISP is blacklisted by your server...hence the posting to dbi-users to update the status of the FoxPro issue...
Regards, Jeff -----Original Message----- From: Jeff Urlwin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 6:29 PM To: Jeff Urlwin; Simon Oliver Subject: RE: [Fwd: DBD::ADO and DBD::ODBC with foxpro driver problem] FYI -- I've tracked down at least one problem that I'm not (yet) sure how to handle. My column data buffers are being over-written during a call to SQLBindCol. In this example, Column 0 data is being "trashed" (nulled) when binding the fourth column. Still trying to track if it's DBD::ODBC passing bad values... Jeff > -----Original Message----- > From: Jeff Urlwin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 17, 2002 3:44 PM > To: Simon Oliver; Jeff Urlwin > Subject: RE: [Fwd: DBD::ADO and DBD::ODBC with foxpro driver problem] > > > Just so you know, I haven't forgotten. I have a test table with > two columns > and any time the STH is destroyed, I get the problem. > > I do something like: > connect > { > my $sth = $dbh->prepare("select * from areatype"); > } # fails here when destroy on $sth is called... > > $dbh->disconnect; > > Tracing through the prepare and setup of the sth to see what could be > causing it. > > Jeff > > > -----Original Message----- > > From: Simon Oliver [mailto:[EMAIL PROTECTED]] > > Sent: Friday, June 28, 2002 4:13 AM > > To: Jeff Urlwin > > Subject: Re: [Fwd: DBD::ADO and DBD::ODBC with foxpro driver problem] > > > > > > Jeff Urlwin wrote: > > > > > > The best I can do is to look at it over the weekend, as my wife just > > > had surgery for a ruptured disk > > Hope she gets well soon. > > > > > and I have day-care duty for 3 young ones. > > Rather you than me! > > > > > I'll see what I can do... > > Thanks. > > > > -- > > Simon Oliver > > > > >
