| Thread | Last Post | Replies |
|
| Datatransfer objects | 10 Jul 2009 13:46 GMT | 7 |
I use objects to transfer values from the database to the business logic. Every object has the primary key of the associated table within the database. But on the other way, I want to create a new record for a table, I haven't any primary key value. How will you solve this
|
| Catalog & Schema | 10 Jul 2009 00:03 GMT | 7 |
Is there a way to get the current catalog and schema of a database from DatabaseMetaData (without database specific code)? Currently I use the username as catalog and schema, but this doesn't work in all cases. Thanks for all ideas
|
| statement.executeUpdate(String sql) - not inserting results in correct order | 07 Jul 2009 16:42 GMT | 3 |
I am trying to insert the values of a resultset into an oracle database. The problem is that they seem to be inserting in random groups, as oppose to the way they are in the resultset. Basically I have a program getting a certain range of data from a
|
| inserting data from resultset into oracle database - but not inserting in correct order | 07 Jul 2009 16:41 GMT | 4 |
I am trying to insert the values of a resultset into an oracle database. The problem is that they seem to be inserting in random groups, as oppose to the way they are in the resultset. Basically I have a program getting a certain range of data from a
|