Ver Mensaje Individual
  #6  
Antiguo 06-07-2005
Avatar de delphi.com.ar
delphi.com.ar delphi.com.ar is offline
Federico Firenze
 
Registrado: may 2003
Ubicación: Buenos Aires, Argentina *
Posts: 5.932
Reputación: 26
delphi.com.ar Va por buen camino
Cita:
Empezado por roman
Yo veo 51 campos y 52 valores
Yo conté igual...

Código SQL [-]
INSERT INTO Esc (
/*01*/ Art,
/*02*/ TotProd,
/*03*/ Tipo,
/*04*/ Fijado,
/*05*/ MPMat,
/*06*/ MpManoObra?,   /* Que es ese ? */
/*07*/ MPManoObra,
/*08*/ MPIns,
/*09*/ MPMerma,
/*10*/ MPTotal,
/*11*/ HMerma,
/*12*/ HHorno,
/*13*/ HMolde,
/*14*/ Hcalent,
/*15*/ HEnfr,
/*16*/ HOper,
/*17*/ Hcocc,
/*18*/ HDesm,
/*19*/ HOperTemp,
/*20*/ HIns,
/*21*/ HKg,
/*22*/ HMat,
/*23*/ HmanoObra,
/*24*/ HTotal,
/*25*/ ECaudalA,
/*26*/ ECaudalB,
/*27*/ EInyec,
/*28*/ EFrag,
/*29*/ ESec,
/*30*/ EIns,
/*31*/ EKg,
/*32*/ EMat,
/*33*/ EManoObra,
/*34*/ ETotal,
/*35*/ EMerma,
/*36*/ AMerma,
/*37*/ AMat,
/*38*/ AManoObra,
/*39*/ ATotal,
/*40*/ AIns,
/*41*/ LMerma,
/*42*/ LPalet,
/*43*/ LUnidPal,
/*44*/ LTrans,
/*45*/ LUnidCam,
/*46*/ LCostCam,
/*47*/ LCostTrans,
/*48*/ LIns,
/*49*/ LMat,
/*50*/ LManoObra,
/*51*/ LTotal)
VALUES
(
/*01*/ '389',
/*02*/ '0',
/*03*/ '0',
/*04*/ '0',
/*05*/ '0',
/*06*/ '1',
/*07*/ '0',
/*08*/ '',
/*09*/ '0',
/*10*/ '0',
/*11*/ '0',
/*12*/ '3',
/*13*/ '1',
/*14*/ '0',
/*15*/ '0',
/*16*/ '0',
/*17*/ '0',
/*18*/ '0',
/*19*/ '0',
/*20*/ '',
/*21*/ '0',
/*22*/ '0',
/*23*/ '0',
/*24*/ '0',
/*25*/ '0',
/*26*/ '0',
/*27*/ '0',
/*28*/ '0',
/*29*/ '0',
/*30*/ '',
/*31*/ '0',
/*32*/ '0',
/*33*/ '0',
/*34*/ '0',
/*35*/ '0',
/*36*/ '0',
/*37*/ '0',
/*38*/ '0',
/*39*/ '0',
/*40*/ '',
/*41*/ '0',
/*42*/ '0',
/*43*/ '0',
/*44*/ '0',
/*45*/ '0',
/*46*/ '',
/*47*/ '0',
/*48*/ '0',
/*49*/ '',
/*50*/ '0',
/*51*/ '0',
/*52*/ '0')
__________________
delphi.com.ar

Dedique el tiempo suficiente para formular su pregunta si pretende que alguien dedique su tiempo en contestarla.
Responder Con Cita