I have two schemas (Public, MySchema) in my database, and I would like toset the search_path to MySchema. In the ODBC driver, I can set this at DSNsetup by enteringSET search_path TO MySchema.how do I do this with the JDBC?
TIA
Patrick Hatcher