Re: [Firebird-net-provider] Enlisting transaction
On 5/18/07, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: > Hello: > > > But on FB it inserts record no matter that no call of Complete method > > was done. Did I miss something? > > Ok i will try to review it later. Hi Carlos, it's liitle bit old problem, but ... It's now working. Did you commit any changes? If so, I must miss it. :) -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
Re: [Firebird-net-provider] Trace Database Log
> I want to see all the transactions made aginst the datase like: >All the Select, Insert Update, Delete statements with Time. This is not really a Firebird.NET question, but I think your best bet would be to use triggers. Whenever a SELECT, UPDATE, INSERT or DELETE statement is executed, set up a trigger to save the data into an "audit" table. Dean. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
[Firebird-net-provider] Trace Database Log
Hi All! Can anyone solve my problem, My problem is :- I am using Firebird database with Interbase 5.5. I want to see all the transactions made aginst the datase like: All the Select, Insert Update, Delete statements with Time. How can I see that? Any Idea to this is very much helpful to me. Basically I want to see each and every operation inside the database. How can I see that... Regards Atif Khan - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider