Subject | Delphi and Interbase, Refresh |
---|---|
Author | Fernando Buitrago (Listas y Foros) |
Post date | 2003-05-10T13:29:02Z |
Hi, I´v that.
An IBStoredProc
And IBTable and its DataSource, connected with DBGrid ad DBNavigator.
Transaction.StartTransaction;
IBStoredProc.Prepare;
IBStoredProc.ExecProc;
Transaction.Commit;
And Now, can I see rigth now the changes into my DBGrid after the StoredProc execution?
What Can I do?
Regards and wait a Help.
[Non-text portions of this message have been removed]
An IBStoredProc
And IBTable and its DataSource, connected with DBGrid ad DBNavigator.
Transaction.StartTransaction;
IBStoredProc.Prepare;
IBStoredProc.ExecProc;
Transaction.Commit;
And Now, can I see rigth now the changes into my DBGrid after the StoredProc execution?
What Can I do?
Regards and wait a Help.
[Non-text portions of this message have been removed]