Subject | Commit problem ? |
---|---|
Author | gjustier |
Post date | 2002-06-12T11:26:49Z |
Dear all,
I have a problem with IBObjects.
When I create new records with a stored procedure,
let's say sp_newcontract, I can't see the resulting contract
in my "search contract" screen until I close the application and open
it again.
I am using the following command to run the SP :
IBOQuery.ExecuteImmediate(SQL, nil);
IBOQuery.ApplyUpdates;
What am I doing wrong ?
Thanks in advance,
Guillaume
I have a problem with IBObjects.
When I create new records with a stored procedure,
let's say sp_newcontract, I can't see the resulting contract
in my "search contract" screen until I close the application and open
it again.
I am using the following command to run the SP :
IBOQuery.ExecuteImmediate(SQL, nil);
IBOQuery.ApplyUpdates;
What am I doing wrong ?
Thanks in advance,
Guillaume