Dear All,
I'm trying to use a autoInc field for a SERIAL column (name="id") in postgresql.
The column is my primary key.
In the table there's another column "PathFile" char(50) for a DISKBLOB field.
 
If I put a
<db:textField name="id"> in my JSP jdbforms set it to '0' value....
 
If I put a
<db:label name="id"> I take a jasper_error when I use the form?
 
Where am I wrong?
Is this a problem of Postgresql Autoinc files?
 
Thanks
Ivan
 
 

Reply via email to