------=_Part_8103_28153804.1207350372358
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi:
I try this ...
String sql =3D"UPDATE crupier "+
"SET c_estado=3D'"+cestado+"' WHERE "+
" c_rut=3D'"+crut+"' ";
and send me the next exception Error:
04-04-2008 07:00:03 PM Persistencia.Mesa ActualizarTupla
GRAVE: null
org.postgresql.util.PSQLException: ERROR: el valor de array debe comenzar
con =AB{=BB o informaci=F3n de dimensi=F3n
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutor=
Impl.java:1548)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.j=
ava:1316)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191=
)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.=
java:452)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2S=
tatement.java:337)
I no t understand what happen in my code and i put the sql sentence in
pgadmin3 , i run this update and send me the same error.
Im using postgresql 8.3
THanx in advance.
--=20
Joksan Nempu Fernandez
Estudiante Ingenier=EDa Civil en Computaci=F3n e Inform=E1tica.
Encargado del Laboratorio de Sistemas Distribuidos.
------=_Part_8103_28153804.1207350372358
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi:<br><br>I try this ...<br><br>String sql =3D"UPDATE crupier
"+=
<br>  =
; "SET
c_estado=3D'=
;"+cestado+"' WHERE
"+<br> =
&nb=
sp; " c_rut=3D'"+crut+"' ";<br>
<br>and send me the next exception Error:<br><br>04-04-2008 07:00:03 PM
Per=
sistencia.Mesa ActualizarTupla<br>GRAVE:
null<br>org.postgresql.util.PSQLEx=
ception: ERROR: el valor de array debe comenzar con =AB{=BB o
informaci=F3n=
de dimensi=F3n<br>
at
org.postgresql.core.v3.QueryE=
xecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)<br> &nbs=
p; at
org.postgresql.core.v3.QueryExecutorImp=
l.processResults(QueryExecutorImpl.java:1316)<br> &n=
bsp; at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryE=
xecutorImpl.java:191)<br>
at
org.postgresql.jdbc2.Abstract=
Jdbc2Statement.execute(AbstractJdbc2Statement.java:452)<br> &nbs=
p; at
org.postgresql.jdbc2.AbstractJdbc2Statement.e=
xecuteWithFlags(AbstractJdbc2Statement.java:337)<br clear=3D"all"><br>
I no t understand what happen in my code and i put the sql sentence in
pgad=
min3 , i run this update and send me the same error.<br><br>Im using
postgr=
esql 8.3<br><br>THanx in advance.<br>-- <br>Joksan Nempu
Fernandez<br>Estud=
iante Ingenier=EDa Civil en Computaci=F3n e Inform=E1tica.<br>
Encargado del Laboratorio de Sistemas Distribuidos.
------=_Part_8103_28153804.1207350372358--