I have read Don's short article about this topic (NetJava Expert August/Sept 1999, p.7). Unfortunately Don only gave one user library as an example. If you have tables in more than one libraries, you have to qualify the tables with library name. Our applications often access tables in more than one libraries in one single SQL statement. It would be ideal if I can just use the table names without qualifying with a library name in my SQL statements. Does anybody out there have ways to achieve this?

Reply With Quote