Hi, I need to use schema name to qualify the table names in DB2, so I created an entry in the properties file, getting it in the *Peer classes and prefixing it to the table names. I left the database name to default. When I run the application, BasePeer.doSelect(criteria) throws SQLException with "<username>.<schemaname> is undefined name. Is this the right way of using schema-name prefix?.
Database name, user name and schema name are different in my environment. Thanks, Prashanth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
