Consultor Eletrônico



Kbase P11369: Are metaschema tables accessible from JDBC interface?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   31/01/2003
Status: Unverified

GOAL:

Are metaschema tables accessible from JDBC interface?

FIX:

As _file table belongs to the PUBLIC schema a direct query execution can be done
just considering the SQL restrictions regarding the "_" character.

Example:

ResultSet rset = stmt.executeQuery (" select * from pub.'"_file"' ");