Re: [SQL] [ADMIN] Latest transcation

2003-06-20 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 20 June 2003 01:27, Anagha Joshi wrote: > Yes...I'm aware of that and have tried also by maintaining extra table. > But how to to the following: > 1.If insertion takes place, I want to return to the client the > values (with field names o

Re: [SQL] [ADMIN] Latest transcation

2003-06-20 Thread Anagha Joshi
Yes...I'm aware of that and have tried also by maintaining extra table. But how to to the following: 1. If insertion takes place, I want to return to the client the values (with field names of course) which are inserted into the tables. In each case table might be different. 2. If mo

Re: [SQL] [ADMIN] Latest transcation

2003-06-19 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 19 June 2003 04:41, Anagha Joshi wrote: > My client C++ front end is multi-threaded. The above 'transcation' block > is in thread -y . > I want to know the info. abt' last row inserted into table in this > transcation block. > Info contains

Re: [SQL] [ADMIN] Latest transcation

2003-06-19 Thread Anagha Joshi
Consider this: Transcation begin ' ' Insert on table x ' ' Trascation end; My client C++ front end is multi-threaded. The above 'transcation' block is in thread -y . I want to know the info. abt' last row inserted into table in this transcation block. Info contains the details like time o