This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes cachedrowset writeData error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "cachedrowset writeData error" Watch "cachedrowset writeData error" New topic
Author

cachedrowset writeData error

imran anwar
Greenhorn

Joined: May 06, 2002
Posts: 12
i am trying to do an update on a table, with the help of a cachedrowset ( from sun rowset1.0). i am able to perform the updates to the resultset and when i finally call the acceptchanges() method, i am getting an error. it says
"SQLException: writeData cannot determine the table name"
When i tried to debug this, by invoking the getTableName() method on the cachedrowset, i am getting a null in return. what could be the problem here? did anyone get similar error?
please help.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: cachedrowset writeData error
 
Similar Threads
CachedRowSet problem
Cached Rowset
Implementing CachedRowSet
Cached RowSet in java Null Pointer Exception
Problem with sun.jdbc.rowset.CachedRowSet