Subject | RES: [firebird-support] Record Visibility |
---|---|
Author | Carlos Arguilar |
Post date | 2005-04-07T12:01:10Z |
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
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]
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 amongothers
> a money value. It's Ok! The problem is the following one: When I inserta
> record in this table, a trigger append a record in other table too.up
> 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
> to I undoing the connection with database and newly reconnect, althoughthe
> new record is display, including its value, in a common selectstatement.
> The trouble is the sum.After you modify any data in the database,
>
> After Reconnect, like I've told above, it working perfectly.
>
> Remembering, all of trasactions it is committed.
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]