Thank you for the answer!
> Replace the method:
> public ResultSet getTableTypes() throws SQLException
> with following implementation:
> public ResultSet getTableTypes() throws SQLException {
> ResultSet result;
> String [] colHeadings = {"TABLE_TYPE"};
> Object [][] rows = {
> {"RESULT"},
> {"SYNONYM"},
> {"SYSTEM"},
> {"TABLE"},
> {"VIEW"},
> };
>
> result = new MemoryResultSetSapDB (colHeadings, rows);
> return result;
> }
I have seen you removed some table types too
from the actual list,
so i don't have to ask what they do.
I investigate further the JDBC-API with SAP DB.
I used before Progress and played with PostgreSQL.
SAP DB is an other class, i enjoy it!
Sincerely,
Zolt�n Debreczy
mailto:[EMAIL PROTECTED]
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general