Problemas para enlazar identificadores en sql
Publicado por ruth (2 intervenciones) el 10/12/2012 19:18:50
1
2
3
4
sentencia="SELECT IN_REN_SER.cod_item, IN_CTA_INV.Des_item, IN_CTA_INV.unidad, IN_REN_SER.peso,IN_REN_SER.cod_alm, "
+ "IN_REN_SER.cantidad, IN_REN_SER.idcolor, IN_REN_SER.iddiseño"
+ "FROM IN_REN_SER , IN_CTA_INV "
+ "where IN_REN_SER.serie='"+ serie +"' and IN_REN_SER.cod_item=IN_CTA_INV.cod_item";
el erro me sale : java.sql.SQLException: El identificador formado por varias partes "IN_REN_SER.serie" no se pudo enlazar.
Valora esta pregunta


0