Richy Does the same error occur when you run this in WinNT? I've had a similar problem with the Win 98 and Win 2000 ODBC drivers but every thing is OK with Win NT (sometimes it falls over but never before it's finished) and Win 95. I've yet to try on Win XP :-)
Ian At 08:26 17/10/2001 -0600, you wrote: >I can recall something similar, though don't remember what is it exactly I >did at that time. > >1. You can/should try to reinstall perl, since the error seems to be coming >from the perl interpreter. > >2. If I can recall correctly there was a problem with no explicitelly >undef'ing handles, that caused my problem. Have you tried to disconnect() >and then maybe even undef the db handle? > >Ilya > >-----Original Message----- >From: Richard Chiswell >To: [EMAIL PROTECTED] >Sent: 10/16/01 4:26 PM >Subject: Problem with DBI::trace on MSWin32 > >I've got the following script which has a 100% failure >rate when trying to run it on: > Windows 2000 Professional (Service Pack 2) > ActiveState Perl v5.6.1 MSWin32-x86-multi-thread build 629 > DBI 1.14 (and DBI 1.20) > DBD::ODBC 0.28 to MS Access Driver (*.mdb 4.00.6019.00) >I enabled the DBI tracing to try and track down another >problem I was encountering, but every time the script runs >it produces a: > Program Error > Perl.exe has generated errors and will be closed by Windows. > You will need to restart the program. An error log is > being created >which is exactly the same 'warning' as I get when the >fault I'm trying to track down occurs. Can somebody please >assist me as to what is going wrong with the trace and >what could be going wrong in my main script... > >Many thanks, >Richy.
