Subject RES: [firebird-support] Record Visibility
Author Carlos Arguilar
Grateful, Ivan!
I have something else to ask: Is it possible we capture in a variable the
password of current user? How can we do it?
Thanks.
Carlos Arguilar
-----Mensagem original-----
De: Ivan Prenosil [mailto:Ivan.Prenosil@...]
Enviada em: quinta-feira, 7 de abril de 2005 07:10
Para: Firebird-Support
Assunto: Re: [firebird-support] Record Visibility


> I have a table in a database which I insert a record containing among
others
> a money value. It's Ok! The problem is the following one: When I insert
a
> record in this table, a trigger append a record in other table too.
> Nevertheless, when I do a 'select sum' statement on the table which the
> trigger has inserted record, then the value (money value) itsn't summed
up
> to I undoing the connection with database and newly reconnect, although
the
> new record is display, including its value, in a common select
statement.
> The trouble is the sum.
>
> After Reconnect, like I've told above, it working perfectly.
>
> Remembering, all of trasactions it is committed.

After you modify any data in the database,
only transaction that made these modifications can see them.
(including indirect modifications through triggers)

After you commit you transaction,
all Read Commited transactions can see new values.

If you want other Snapshot (a.k.a. Repeatable Read)
transactions to see changes, you must
first commit the changes,
then start the snapshot transaction

Ivan
http://www.volny.cz/iprenosil/interbase/



----------------------------------------------------------------------------
--
Yahoo! Groups Links

a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

b.. To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



[Non-text portions of this message have been removed]