
23/07/2002, 16:42
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 6 meses Puntos: 1 | |
Re: problema al insertar con asp en sqlserver ops!
creo que me voy a ir a dormir el día de hoy no doy una:
de hecho la solución era así:
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) null,
fax_financista numeric(9) null
)
Sorry
<center>
<a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/imagenes/logos/logo.gif></a>
</center> |