| Thread | Last Post | Replies |
|
| ResultSet refreshRow's problem ? | 25 Jun 2003 08:08 GMT | 1 |
The following is my problem, I want to change rs's Column1 of last record, but when I update the Column1 to "123" and refreshRow, I try to get the value
|
| ResultSet / Statement Interface > setFetchSize isn't working... | 24 Jun 2003 19:01 GMT | 4 |
I have come up with this ludicrous problem. I have a query that would return atleast 60,000 records. I'm making a web based application(JSP) with gui in DHTML. I have even implemented repeat regions (resultset paging), thus, displaying ten records from the resultset at a time.
|
| how to overcome ResultSet limitations in DB2? | 07 Jun 2003 00:43 GMT | 1 |
hi, we are starting to test our application with ibm's db2, but one of the first negative things we have encountered are the limitations of the ResultSet in db2, like no support for updatable and sensitive ResultSets, so my question is: how are you overcoming this
|
| Pass null parameter into a Oracle JDBC Stored Procedure | 06 Jun 2003 15:07 GMT | 3 |
Does anyone know if it is possible to send a parameter into Oracle JDBC Stored Procedure? Thanks, Tom
|
| General Castor JDO question | 05 Jun 2003 08:29 GMT | 1 |
I have existing (DB) table schemas, existing Java Bean classes. What I want to do is read from the database, and based on a mapping file, I want to fill my Java classes. Just to clarify: the Java classes where not created by Castor's source generator.
|