
13/01/2006, 11:39
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 54
Antigüedad: 20 años, 1 mes Puntos: 0 | |
He investigado mas y realmente me pone caracteres ????? cuando guardo los datos en la base de datos de la siguiente forma:
set oCmd = Server.CreateObject("ADODB.Command")
set rs = Server.CreateObject("ADODB.Recordset")
with oCmd
.ActiveConnection = oConn
.CommandType = adCmdText
end with
strSQL="INSERT INTO ...." <-- HE HECHO UN RESPONSE.WRITE DE strSQL Y AHI AUN SE VE EL CHINO BIEN
CUANDO LO EJECUTO CON ESTO:
with oCmd
.CommandText = strSQL
set rs = .execute
end with
SE VE ASI: ??????????
Ayuda!!!
__________________ Silvia - Castellón :arriba: |