Re: [Dbi-interbase-devel] Coredump using Tie::DBI
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-08-28 03:43:11
|
Michael Samanov wrote: > > Hello dbi-interbase-devel, > > The following script coredumps on exit (after "Ok3") I don't understand how you could proceed so far, my test fails (as I mentioned in the driver manual) on LISTFIELDS command: -> prepare for DBD::InterBase::db (DBI::db=HASH(0x81ec92c)~0x81ec8b4 'LISTFIELDS users') dbih_setup_handle(DBI::st=HASH(0x81ecba8)=>DBI::st=HASH(0x81ecb84), DBD::InterBase::st, 81ecbb4, Null!) dbih_make_com(DBI::db=HASH(0x81ec8b4), DBD::InterBase::st, 152) Enter dbd_st_prepare dbd_st_prepare: in_sqlda OK. dbd_st_prepare: out_sqlda OK. dbd_st_prepare: sqldialect: 3. ib_start_transaction: transaction started. dbd_st_prepare: statement: LISTFIELDS users. ERROR EVENT -104 'Invalid token -Dynamic SQL Error -SQL error code = -104 -Token unknown - line 1, char 0 -LISTFIELDS ' on DBI::st=HASH(0x81ecba8) InterBase SQL parser fails on that token. Rgds, Edwin. |