Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/08/2005, 07:17
Lethe
 
Fecha de Ingreso: noviembre-2002
Ubicación: Caracas
Mensajes: 75
Antigüedad: 22 años, 1 mes
Puntos: 0
strSQL = "Insert Into Riesgos(rie_proyecto_cod, rie_fecha_gen, rie_premisa, rie_titulo) "
strSQL = strSQL & "values ('" & proyecto & "','" & fecha_generacion & "'," & premisa & ",'" & titulo & "')"
set strRS = Cnn.Execute(strSQL )

SQL = "Select @@identity as rie_id From Riesgos"
set RS = Cnn.Execute(SQL)