Exception Details: java.lang.IllegalArgumentException table1.
Hi when i try to add some of the data to the database from the jsp page it is showing like Unhandled Exception:
Exception Details: java.lang.IllegalArgumentException srni.Table1.ID
Really i am frustrated by doing this from past 2 months. Any help would be appreciated.
Thank You in Advance.
# 1
Are you using JavaDb/Derby bundled with Creator?
If Yes, this shouldn't happen with this DB. Please restart your database server and refresh and the datasouce.
If you are using any other driver, it is possible that the JDBC driver is not JDBC 3.0 compliant. I would suggest you to check out the bundled SUn JDBC Drivers.
Refer to database tutorials for some quick start on this:
http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/index .jsp#Access_Databases
HTH,
Sakthi