On 07.11.10 16:08, Thomas Fox wrote: > Seems that invoking getMetadata() on a prepared statement that is not > executed is not working in oracle (I am using 10.2.0.2.0). Adding > statement.execute() before querying the metadata seems to fix the problem.
I was afraid of that. MySQL works fine. I found this as a recommended method to save database hits, however. I guess it would be necessary to move that to DatabaseMetaData as I did with the others. I'll give it one more try. > However, even when this is fixed there is a case sensitivity and table > prefix issue in column names: e.g. village knows the column name > author.AUTHOR_ID but the request is for author_id. This results in > exceptions like This is easy to fix. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
