Ali,

I had percentage for the tableNamePattern argument, so I assume you mean try it 
for the other arguments as well:

String[] types = {"TABLE", "VIEW"}; // ResultSet resultSet2 = metaData.getTables(null, null, "%", types);
                ResultSet resultSet2 = metaData.getTables("%", "%", "%", types);
Still no love.

Thanks though,
- Ole

Reply via email to