performed an insert into a table and then executed the getGeneratedKeys() method to find that it returns a null for the resultset. According to the JavaDoc for the Statement class, the method call should always return a resultset object. In the case where no insert had been done the result set would be empty.
Is this a hole in Derby or am I missing something? -- View this message in context: http://www.nabble.com/getGeneratedKeys-returns-null-resultset-t1762866.html#a4796931 Sent from the Apache Derby Users forum at Nabble.com.
