Re: [Dbi-interbase-devel] I found why coredumps!!!
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-08-28 13:00:15
|
Michael Samanov wrote: > > Hello Edwin, > > %subj%!!!!!!!!!!!!! > > When $dbh->trace(5) it cannot find ib_dateformat and dumps. When I set > pass it as attribute for $sth->prepare, it works. Could you send me your script that shows this problem? I won't use the previous Tie::DBI script because it absolutely doesn't work. I personally never set the trace level to 5, because the most verbose debug message I print is at trace level 4. > > I think it would be the best if you set all the default attributes > just in the begin of "prepare", like this: Only if necessary. I let the attributes initialized to NULL, and set them only when any of the output fields needs them. Rgds, Edwin. |