"Recall Statement" Question

I really like the Recall Statement capability. Is there a limit to the number of SQL statements it will save? Is that limit configurable?

Thanks,
Gerald
 
The statement recall buffer is limited to 200 statements. This is currently not configurable, but I have added this to the list of enhancement requests.
 
So (in 6.0.6) this have been upped to 1000 statements -
What happens when the limit is reached ?
the buffer file just gets over-written ?
 
Originally posted by Marco Kalter:
No, it's a Last In First Out buffer.
huh ??? :confused: not sure what you mean
the "buffer" is wriitten to/read from file right ?
so given
1st......1000th
what happens when 1001th come in ?
 
Back
Top