Subject | Re: [IBO] need to close? & [IBO] About post, commit, delete |
---|---|
Author | Gediminas |
Post date | 2003-09-23T16:42:57Z |
I think made a mistake by saying "absolutely new SQL" - I have placed
several IB_Query components, so when I need assign dinamically properties
(keylinks, SQL, mastersource, fieldsvisible & etc), but don't create
IB_Query component. Until now I cleared properties before setting new query
(Clear() call, assign NULL where needed)
Besides, figured, that insert code were called twice & that issued posting
errors. Is there any ib_query property/method to know, that it is prepared
for new posting (too quick call is unwanted as problems arise)?
At 2003.09.23 14:13, you wrote:
The Truth Is Out There
several IB_Query components, so when I need assign dinamically properties
(keylinks, SQL, mastersource, fieldsvisible & etc), but don't create
IB_Query component. Until now I cleared properties before setting new query
(Clear() call, assign NULL where needed)
Besides, figured, that insert code were called twice & that issued posting
errors. Is there any ib_query property/method to know, that it is prepared
for new posting (too quick call is unwanted as problems arise)?
At 2003.09.23 14:13, you wrote:
> > when adding absolutely new SQL--/ Gediminas /--
>causes the ib_query object to be rebuilt entirely
The Truth Is Out There