
19/07/2005, 15:55
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 11 meses Puntos: 5 | |
ok.
valor = request("valor")
fecha = request("fecha") numéricos:
if valor = "" then valor = "null" fechas:
if fecha = "" then fecha = "null" else fecha = "'" & fecha & "'" texto:
if texto = "" then texto = "null" else texto = "'" & texto & "'"
sql = "insert into tabla(numerico,fecha,texto) values(" & valor1 & ", " & fecha & ", " & texto & ")"
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |