Good Afternoon,
i have the following code:
tblRs = locCon.getMetaData().getTables("", "%", "%CUT%LITH%DESC%", Array("TABLE"))
It lists the tables that I need along with a few that I do not. Is there a way to format the third parameter so that it can exclude table names that have certain text? Thank you once again.
Regards
Zafar