Hi All

I am getting a Db connection for H2 using the below URL

jdbc:h2:tcp://localhost:3456/TEST. 

I am trying to set schema for this connection. But i am getting the below 
error

Exception in thread "main" org.h2.jdbc.JdbcSQLException: Feature not 
supported: "setSchema && remote session" [50100-196]
        at 
org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
        at org.h2.message.DbException.get(DbException.java:179)
        at org.h2.message.DbException.get(DbException.java:155)
        at 
org.h2.message.DbException.getUnsupportedException(DbException.java:216)
        at 
org.h2.engine.SessionRemote.setCurrentSchemaName(SessionRemote.java:874)
        at org.h2.jdbc.JdbcConnection.setSchema(JdbcConnection.java:1928)
Could you please help me to resolve this error.

Thanks & Regards
M.Selvakumar

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to