Subject Commit problem ?
Author gjustier
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