users@woodstock.java.net

Re: dataprovider question

From: HandyGeek <thompsonwd40_at_comcast.net>
Date: Wed, 08 Oct 2008 20:41:56 -0600

Mahesh,
Suggest you try posting this question to the NetBeans Users list:
http://www.nabble.com/Netbeans-IDE-Users-f2605.html
I have not encountered your problem before. Suggest you go into the
dataprovider properties and select the printStatements property. This
will display all SQL statements associated with your table component at
runtime.

Also, tell what database you are connecting to and what OS you are
running. Any other details that you can possibly think of might point
somebody to a clue to your situation.

Best,
David

Mahesh wrote:
> Hi,
>
> I have used the standard CachedRowSetDataProvider in my Netbean 6.1 web application.
>
> In a page, I have managed to navigate thru every row from this data provider.
>
> When I modify the first record and commitchanges, the apps update perfectly as expected, but when I modify any other row (other than row 1) and update, the apps always update the changes to the first row, not the modified row.
>
> Any help on solving this issue ?
>
> Regards
>
> Mahesh
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>
>
>