Hi, > But my only concern is it should not effect > the existing workspaces that were created before making the change to > SchemaObjectPrefix
I'm afraid that adding double quotes around the table names in db2.dll is not enough, because the queries are hardcoded in the persistence manager. What you could do is manually rename the existing tables in the database: http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0000980.htm Regards, Thomas
