Buenos dias estimados,
Mi nombre es Patricio, trabajo para la Universidad Favaloro.
Les paso un problema que estoy teniendo al querer guardar los datos de domicilio sin el codigo postal.
" SQL ERROR: SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(15) UPDATE sga_preinscripcion SET calle_per_lect = ‘CAPDEVILA’, numero_per_lect = ‘3000’, piso_per_lect = NULL, dpto_per_lect = NULL, unidad_per_lect = NULL, loc_per_lect = ‘1’, cp_per_lect = ‘-- SELECCIONÁ --’, te_per_lect = NULL, tipo_res_per_lect = NULL, vive_actual_con = NULL, barrio_per_lec = NULL, calle_proc = ‘GRAL PICO’, numero_proc = ‘1111’, piso_proc = NULL, dpto_proc = NULL, unidad_proc = NULL, loc_proc = NULL, cp_proc = NULL, te_proc = NULL, barrio_proc = NULL, apellido_pers_alleg = NULL, nombre_pers_alleg = NULL, tipo_allegado = NULL, calle_pers_alleg = NULL, nro_pers_alleg = NULL, piso_pers_alleg = NULL, dpto_pers_alleg = NULL, unidad_pers_alleg = NULL, loc_pers_alleg = NULL, cp_pers_alleg = NULL, te_pers_alleg = NULL, barrio_alleg = NULL, fecha_ult_modif = ‘now()’, version_modificacion = version_modificacion + 1 WHERE id_preinscripcion = ‘92’ "
Entiendo que “cp_per_lect = ‘-- SELECCIONÁ --’,” es un valor invalido.
Por default, este valor, que deberia ser ? Adjunto screen de pantalla.
Muchas gracias.
screen guarani cp problema.rar (267 KB)