Help-me

Started by Mussumover 19 years ago2 messagesbugs
Jump to latest
#1Mussum
viniciusasousa@yahoo.com.br

I am developing an application and I am not obtaining to leave this
error:
org.postgresql.util.PSQLException: Não está inserindo um registro.
org.postgresql.jdbc2.AbstractJdbc2ResultSet.insertRow(AbstractJdbc2ResultSet.java:618)
com.sun.rowset.JdbcRowSetImpl.insertRow(JdbcRowSetImpl.java:3020)
I am using the JDBC3 therefore I am not understanding because of this
error.
Vinicus

#2Juan Miguel Paredes
juan.paredes@gmail.com
In reply to: Mussum (#1)
Re: Help-me

On 26 Sep 2006 07:21:53 -0700, Mussum <viniciusasousa@yahoo.com.br> wrote:

I am developing an application and I am not obtaining to leave this
error:
org.postgresql.util.PSQLException: Não está inserindo um registro.
org.postgresql.jdbc2.AbstractJdbc2ResultSet.insertRow(AbstractJdbc2ResultSet.java:618)
com.sun.rowset.JdbcRowSetImpl.insertRow(JdbcRowSetImpl.java:3020)
I am using the JDBC3 therefore I am not understanding because of this
error.
Vinicus

It looks like you should try pgsql-general or pgsql-jdbc mailing
lists. If you really believe this is a bug, it would be useful to
report following the guidelines in

http://www.postgresql.org/docs/current/static/bug-reporting.html

(providing more details about your environment and perhaps a
self-contained test case)

Regards.