
hoy he intentado grabar en una tabla oracle de la siguiente manera:
conexion.Execute("INSERT INTO foto_ti (fot_tipo,fot_rut,fot_listo,fot_fec_env,fot_observ ,fot_conrepos,fot_fecha_ent,fot_fecha_ing,fot_entr ega) VALUES ('" & fot_tipo & "'," & fot_rut & ",'" & fot_listo & "','#" & fot_fec_env & "#','" & fot_observ & "','" & fot_conrepos & "','#" & fot_fecha_ent & "#','#" & fot_fecha_ing & "#','" & fot_entrega & "')")
pero cuando la ejecuto, me arroja el siguiente error:
Tipo de error:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC driver for Oracle][Oracle]ORA-01858: a non-numeric character was found where a numeric was expected
y desde entonces no he podido encontrar el maldito error...
