P
(Pete Cresswell)
My app is going from about 5k to well over 100k in the course of a batch job.
None of the usual suspects seem tb behind it:
-------------------------------------------------
- No data at all in the app
- No temp tables in the app
- No links being created/modified during the process
- No other objects that I know of being created/modified during the process
- Every QueryDef/RecordSet .Open balanced out with .Close + Set = Nothing.
------------------------------------------------
I'm thinking that with a factor of over 20x, that the repetition should stand
out pretty clearly when looking at the app with a hex editor. Just don't know
what to look for and/or how to relate it to a possible cause.
Anybody?
None of the usual suspects seem tb behind it:
-------------------------------------------------
- No data at all in the app
- No temp tables in the app
- No links being created/modified during the process
- No other objects that I know of being created/modified during the process
- Every QueryDef/RecordSet .Open balanced out with .Close + Set = Nothing.
------------------------------------------------
I'm thinking that with a factor of over 20x, that the repetition should stand
out pretty clearly when looking at the app with a hex editor. Just don't know
what to look for and/or how to relate it to a possible cause.
Anybody?