G geraldwinslow Member² Oct 30, 2003 #1 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
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
Marco Kalter Administrator Staff member Oct 31, 2003 #1 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.
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.
R RobertK Member³ Oct 9, 2006 #1 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 ?
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 ?
R RobertK Member³ Oct 11, 2006 #1 Originally posted by Marco Kalter: No, it's a Last In First Out buffer. Click to expand... huh ??? not sure what you mean the "buffer" is wriitten to/read from file right ? so given 1st......1000th what happens when 1001th come in ?
Originally posted by Marco Kalter: No, it's a Last In First Out buffer. Click to expand... huh ??? not sure what you mean the "buffer" is wriitten to/read from file right ? so given 1st......1000th what happens when 1001th come in ?
Marco Kalter Administrator Staff member Oct 11, 2006 #1 The oldest (1st) statement is removed from the buffer when the 1001st is added.
R RobertK Member³ Oct 11, 2006 #1 Originally posted by Marco Kalter: The oldest (1st) statement is removed from the buffer when the 1001st is added. Click to expand... i call that "first in, first out"
Originally posted by Marco Kalter: The oldest (1st) statement is removed from the buffer when the 1001st is added. Click to expand... i call that "first in, first out"