Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/07/2002, 14:52
Renegado
 
Fecha de Ingreso: febrero-2002
Ubicación: Santiago
Mensajes: 253
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: problema al insertar con asp en sqlserver

esta es la tabla

create table financista
(
rut_financista char(10) not null,
nombre_financista char(30),
direccion_financista char(30),
email_financista char(30),
contacto_financista char(40),
telefono_financista numeric(9),
fax_financista numeric(9)
)

no se porque no me permite valores nulos tengo que hacer algo mas( ah no le tengo que agregar valores por defecto al telefono o fax si el financista no tiene).
maldito error sigue saliendo cuando no ingreso valores

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Error converting data type varchar to numeric.

/sagef/icrear_financista.asp, line 11