|
From: Doychin B. <do...@ds...> - 2009-08-27 09:06:59
|
The "invalid blob ID" problem. I used this query: select MON$SQL_TEXT, MON$PAGE_READS, MON$PAGE_WRITES, mon$record_seq_reads, mon$record_idx_reads from MON$STATEMENTS st join MON$RECORD_STATS rs on rs.MON$STAT_ID = st.MON$STAT_ID join MON$IO_STATS io on io.MON$STAT_ID = st.MON$STAT_ID where MON$SQL_TEXT is not null After running this statement few times in the same connection I got the "invalid blob ID" message. Doychin Dmitry Yemanov wrote: > Doychin Bondzhev wrote: > >> I can confirm the same problem with FB 2.1.2. > > What exactly problem do you confirm? :-) I mean "invalid blob ID" error > or "cannot transliterate" one? > > > Dmitry > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel > |