Subject Re: [Firebird-general] Delphi, IBStoredProc
Author Marius Popa Adrian
do you commit the transaction ?
I think when you close the application the connection is closed and transaction is commited

On Thu, 8 May 2003 15:32:20 -0400
"Fernando Buitrago \(Listas y Foros\)" <buitragon@...> wrote:

> I´d write these sentences in Delphi.
>
> name_of_IBStoredProc.ParmByName('Param1').AsString....
> name_of_IBStoredProc.ParmByName('Param2').AsString....
> name_of_IBStoredProc.Prepare;
> name_of_IBStoredProc.ExecProc;
>
> But...
>
> When it´ll post in my Database?
>
> If I´m open ith another software like IBExpert in the same time, I see that
> the records does´t appear until I close MyApplication.
>
> I need post all the records so soon, what can I do in myApplication?
>
> Regards...
>
>
> Community email addresses:
> Post message: Firebird-general@yahoogroups.com
> Subscribe: Firebird-general-subscribe@yahoogroups.com
> Unsubscribe: Firebird-general-unsubscribe@yahoogroups.com
> List owner: Firebird-general-owner@yahoogroups.com
>
> Shortcut URL to this page:
> http://www.yahoogroups.com/community/Firebird-general
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>