Viewing 6 posts - 16 through 21 (of 21 total)
can be more explicit, im using SQL Server 2008, you say that i need to install SSMS to do that, and why i can't do that with the SSMS that...
September 28, 2009 at 7:23 pm
you were correct, i look at the code and i was missing a column in the insert, that corrects the error, after that i get some new errors but I...
September 13, 2009 at 10:24 pm
Hey you were correct, i look the code and i was missing one column in the insert, that resolves the error, but after i get some new errors, then i...
September 13, 2009 at 9:52 pm
y change to this:
MM_editCmd.CommandText = "INSERT INTO ORDENES (PROCESO, ORDENDECOMPRA, RELEASE, FACTURADO, FECHAFACTURACION, NOFACTURA, EMBARQUE, FECHAENVIO, LINEADEORDEN, NOORDEN, ATENCION, ORDENANTERIOR, ORDENADOPOR, FECHAANTERIOR, PLANTA, FECHANUEVA, NOMBRECLIENTE, TRABAJO,...
September 13, 2009 at 1:41 pm
Note: the only two columns that are float type in my database are PESO and PRECIO1 but when creating the parameter i put it as adDouble, do i need to...
September 13, 2009 at 12:38 pm
well i put less code, i hope this help, and sorry about that, its my first post.
September 13, 2009 at 12:32 pm
Viewing 6 posts - 16 through 21 (of 21 total)