I'm getting this error while connecting to an existing database file from an application.
I've tried both tcp and embedded connections, with and without AUTO_SERVER=TRUE, but same error every time. Feature not supported: "autoServerMode && inMemory" [50100-182] Though the connection is successful from web console using same url. jdbc:h2:~/database;IFEXISTS=TRUE;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000 What could be the possible cause for this issue..? -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
