Find out DB of known table name

Posted by sridevi.stalin on 25-Jul-2011 02:37

Hi,

How to findout the database name of known table name from the list of Databases?

example:

DB list: abc, zyx.

Known table name: tb1 which is belongs to abd DB.

How to findout tb1 is belongs to abd DB programeticaly?

All Replies

Posted by jmls on 25-Jul-2011 02:41

try looking at the DBNAME attribute of the buffer handle

message buffer tb1:dbname view-as alert-box.

Julian

This thread is closed