Specifying table and column names

The table and column names specified in a Super Q-pointer must contain only the characters: a through z, A through Z, 0 through 9, the underscore and those special characters designated by each ODBC database.

The special characters are those that are returned by the ODBC API call SQLGetinfo with the SQL_SPECIAL_CHARACTERS option. For example, Oracle allows the characters $ and #.

Note: The total length for the table and column names specified can be up to 3330 characters.