B
Brian
I need to rename a set of tables that are used in many queries in an app, and
I am getting tired of having to deal with the extra characters at the
beginning of the table names.
In each case, I will be removing the same string from the query (FYI - this
is due to an ODBC link to a DB2 DB that prepends the table name with the
schema name followed by an underscore, and these are the characters I want to
strip out).
I know how to locate the string and get the query name by looping through
the query defs collection, but how do I S & R string "ABCD_" with nothing?
I am getting tired of having to deal with the extra characters at the
beginning of the table names.
In each case, I will be removing the same string from the query (FYI - this
is due to an ODBC link to a DB2 DB that prepends the table name with the
schema name followed by an underscore, and these are the characters I want to
strip out).
I know how to locate the string and get the query name by looping through
the query defs collection, but how do I S & R string "ABCD_" with nothing?