Re: [Dbi-interbase-devel] Coredump using Tie::DBI
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-08-28 03:08:25
|
Michael Samanov wrote: > > Hello dbi-interbase-devel, > > The following script coredumps on exit (after "Ok3") > > ===================================================================================================== > use Data::Dumper; > use DBI; > use DBD::InterBase; > use Tie::DBI; > use strict; > > P.S. To Edwin: are you mind my numerous bugreports? No, keep 'em coming! :-) Maybe I can't be as responsive as before, because I've just started working on a new task (a challenging one) for my employer. I know that Tie::DBI doesn't work with the driver, it's mentioned in 'Compatibility with DBI extension modules' section in the man, but I'll try your code snippet, probably it fails on something else other than I've known. Thanks. Rgds, Edwin. |