2017-08-18 16:08 GMT+02:00 Christian MICHON <[email protected]>:

> could you share please the jdbc url used?
>

​The connection is made with:
        Class.forName("org.h2.Driver");
        conn =
DriverManager.getConnection("jdbc:h2:tcp://localhost/~/databases/quotes",
***, ***)
​


Did you use a relative or absolute path when updating to 1.4.x?
>

​I am using the absolute path:
    /var/lib/h2/jars/h2-current.jar

But this is a soft link to the 195 (or 176) jar.
​



> On Friday, August 18, 2017 at 4:01:36 PM UTC+2, DecebalICT wrote:
>>
>> I only saw today that there was a new stable version. So of-course I
>> updated from 1.3.176 to 1.4.195. But when starting my program, I get the
>> following error:
>> org.h2.jdbc.JdbcSQLException: Table "AUTHORS" not found; SQL statement:
>>
>>         INSERT INTO authors
>>         (authorID, author)
>>         VALUES
>>         (?, ?)
>>
>> When downgrading back to 1.3.176 my program works again.
>>
>> I understood that there is no conversion necessary, so why do I get this
>> error?
>>
>> --
>> Cecil Westerhof
>>
> --
> 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.
>



-- 
Cecil Westerhof

-- 
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