
03/02/2005, 10:57
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 4 meses Puntos: 535 | |
Cita: Si tengo en lugar de una sql esto:
set Command = Server.CreateObject("ADODB.Command")
Command.ActiveConnection = Conexion Command.CommandText = "INSERT INTO................" Lo responswriteás así:
Response.Write Command.CommandText
Response.End
__________________ ...___... |