on 30/4/01 23:48, Doug Brown at dougb (AT) finitemonkey .D.OT com wrote:
> Wanting to double-check on something that I haven't been able to clarify in > the documentation. Dosc say that a VCursor instance needs to be destroyed to > free the memory. Fair enough. I'm coming from using DataGrip though where > there is a specific handler for closing a table (object) reference, and I > can't find one in Valentina even though there is one for closing a database > file.
For Valentina there is no CloseTable().
All your tables are inside of one database and you always has access to them while db is open. > So, am I missing a function somewhere, or do I merely need to set the > VCursor instance to VOID or zero?
For cursors YES, you must kill them as only you do not need them.
in the same time I believe that for local variables Director do garbage collection self.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on (AT) lists .D.OT macserve.net
------------------------------------------------------------- The Valentina mailing list is brought to you by MacServe.net For info on lists services, see http://www.macserve.net/lists.html ©2001 Ruslan Zasukhin |