The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Memory leak updating Data with Updateable RecordSets
Posted: 21 Nov 07 1:24 AM
|
In the article on updating recordsets (http://www.slxdeveloper.com/page.aspx?action=viewarticle&articleid=76), R J Samp mentioned a memory leak problem in versions 6.2 to 7.20 Gold. Has this been resolved? Was it due to known issue 1-55658, fixed in SP1?
I am in the process of upgrading from 6.1 to 7.2 and concerned I may have to rewrite a lot of code |
|
|
|
Re: Memory leak updating Data with Updateable RecordSets
Posted: 22 Nov 07 8:28 AM
|
Not to worry.. there's nothing you can do to correct for the particular issue RJS is talking about. This is a "provider" issue and rears it' s ugly head when one is doing a very large import.
Just do the upgrade and remember to use best practices in your code... (ex Set objects = nothing, etc).
-- rjl |
|
|
| |
|