INSERT INTO
Publicado por CARMELO (30 intervenciones) el 01/06/2009 19:27:08
Hola. Tengo bronkas con esto del SQL tengo
SQUERY = "INSERT INTO PGMEXTRUDER(ID, EXT) Values(" + tmpID + ",'"+ tmpEXT + ",'" + tmpPEDIDO + "' + tmpCODIGO + ",'" + tmpFEC_INI + "+ tmpFEC_FIN + "'+ tmpCAN_PED + "'+ tmpFEC_TERM+ "'")"
Los valores del los campos son:
tmpID-Numerico
tmpEXT-Numerico
tmpPEDIDO=String
tmpCODIGO=STring
tmpFEC_INI=Fecha
tmpFEC_FIN=Fecha
tmpCAN_PED=NUmerico
tmpFEC_TERM=FEcha
Me podrin ayudar me salen difenetes erores que Se esperaa fin de instruccion o Falto ) , Falta Operador y varios mensajillos de esos .Saludos.
SQUERY = "INSERT INTO PGMEXTRUDER(ID, EXT) Values(" + tmpID + ",'"+ tmpEXT + ",'" + tmpPEDIDO + "' + tmpCODIGO + ",'" + tmpFEC_INI + "+ tmpFEC_FIN + "'+ tmpCAN_PED + "'+ tmpFEC_TERM+ "'")"
Los valores del los campos son:
tmpID-Numerico
tmpEXT-Numerico
tmpPEDIDO=String
tmpCODIGO=STring
tmpFEC_INI=Fecha
tmpFEC_FIN=Fecha
tmpCAN_PED=NUmerico
tmpFEC_TERM=FEcha
Me podrin ayudar me salen difenetes erores que Se esperaa fin de instruccion o Falto ) , Falta Operador y varios mensajillos de esos .Saludos.
Valora esta pregunta


0