Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/11/2005, 17:31
Avatar de Mithrandir
Mithrandir
Colaborador
 
Fecha de Ingreso: abril-2003
Mensajes: 12.106
Antigüedad: 21 años
Puntos: 25
Un ejemplo sencillo es:
Código:
INSERT INTO tablapadre VALUES (
	NULL /*identity*/, 
	1, 
	2
)

INSERT INTO tablahija VALUES (
	una_llave, 
	SCOPE_IDENTITY() /*el foreign key a la tabla padre*/, 
	4, 
	5
)
__________________
"El hombre, en su orgullo, creó a Dios a su imagen y semejanza."
Friedrich Nietzsche