Re: HANDLER strange behaviour

2001-11-19 Thread Sergei Golubchik
Hi! On Nov 19, Ian Collins wrote: > If you open a table using HANDLER, > > e.g, HANDLER MYTABLE OPEN; > > then during the course of your application truncate that table, > > e.g, TRUNCATE TABLE MYTABLE; > > then you get some really wierd behaviour (my wierd behaviour was the > applicatio

Re: HANDLER strange behaviour

2001-11-19 Thread Sinisa Milivojevic
Ian Collins writes: > If you open a table using HANDLER, > > e.g, HANDLER MYTABLE OPEN; > > then during the course of your application truncate that table, > > e.g, TRUNCATE TABLE MYTABLE; > > then you get some really wierd behaviour (my wierd behaviour was the > application rolling on a

HANDLER strange behaviour

2001-11-18 Thread Ian Collins
If you open a table using HANDLER, e.g, HANDLER MYTABLE OPEN; then during the course of your application truncate that table, e.g, TRUNCATE TABLE MYTABLE; then you get some really wierd behaviour (my wierd behaviour was the application rolling on a free in a completely different part of t