Hi
A client is having problems when sometime downloading largeish amount of data > 10000. I have had AV's . I cannot reproduce. each storeprocedure has it own TmsStoreproc and only one is used at a time in a thread with pooling on. If I set fetchall = false and FetchRows = 25 will this help with network issues or will it really slow things up and not help at all. The settings currently are fetchall = true and Fetchrows = 1000. Not sure it fetchrows is used if fetchall = ture.
Second question if fetchall = false will the extra session created be pooled as well?
Mike