<html><div style='background-color:'><P><!--StartFragment -->Con respecto al numero de transaccion ,si yo hago:</P>
<P>begin</P>
<P> insert into prueba(id) values (10);</P>
<P> select xmin from prueba;</P>
<P>commit;</P>
<P>obtengo el valor del la transaccion actual. </P>
<P>Ahora bien si hago</P>
<P>begin;</P>
<P> delete from prueba where id =10;</P>
<P> select xmax from prueba;</P>
<P>end; </P>
<P>NO OBTENGO EL VALOR DE LA TRANSACCION.</P>
<P>Alguna sugerencia ????</P>
<P> Gracias</P></div><br clear=all><hr>Windows Live Messenger, la nueva generación de tu MSN. <a href="http://g.msn.com/8HMAESAR/2737??PS=47575" target="_top">¡Haz click aquí! </a> </html>