I found AS400JDBCResultSetMetaData but I don't know how much gutting I'll have to do in my application just to get this one routine to work.
For now I'm doing this to get around the problem
if (some_query_string.indexOf("TABLENAME") != -1) {
...
}
This needs to work on local and remote JDBC connections.
Message has been deleted
moti...@gmail.com
unread,
Jun 20, 2012, 2:02:38 PM6/20/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
getTableName() is supported only if the user has set the driver property "extended metadata" to true and the system returns us a table name, otherwise "".
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
getTableName() is supported only if the user has set the driver property "extended metadata" to true and the system returns us a table name, otherwise "".