PostgreSql - Table Error
Hi,
I am using PostgreSql 8.2 with Netbeans Visiual Pack. I am tring for three days to get vales from database and show them in the table with RowSet. As they say it is simply to show database tables in your web projects, it doesnt happen in my project. I get the following errors and it didnt work to drag and drop the database table to table in page.
java.lang.AbstractMethodError com.sun.sql.rowset.CachedRowSetXImpl.getMetaData(CachedRowSetXImpl.java:2346)
com.sun.data.provider.impl.CachedRowSetDataProvider.getMetaData(CachedRowSetDat aProvider.java:1318)
com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeys(CachedRowSetDa taProvider.java:489)
And then I tried it with MSSql but it didnt work again. It only works with Derby database. What am I doing wrong?
Thanks all.

