Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/02/2002, 11:27
legolas
 
Fecha de Ingreso: agosto-2001
Mensajes: 399
Antigüedad: 23 años, 8 meses
Puntos: 0
Re: ver el último

Hola, probastes con esto?

<%
psql = "select MAX(id_usuario) AS maximo from usuarios"
set rs = Server.CreateObject("ADODB.Recordset")
set rs = con.execute (psql)
id = rs("maximo") + 1
%>

Saludos y suerte ;)