Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/07/2002, 17:04
Avatar de urjose
urjose
 
Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses
Puntos: 1
Re: Insert medio complicado

<%
name=Split(Request.Form("nombre")," , ")

For i=0 to Ubound(name)
if name(i)<> "" Then
SQLstmt = "INSERT INTO usuarios (nombre) VALUES ('"& NAME(i)&"')"
End if
Next
%>

Saludos


<center>
<p><a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/urjose.gif></a></p>
</center>