Обсуждение: Correct JDBC driver for

Поиск
Список
Период
Сортировка

Correct JDBC driver for

От
Thusitha Kodikara
Дата:
Hello,

One of our Java developers is having trouble inserting data to postgres 7.4.13 (running on Gentoo linux). The Java version being used is 1.4.

The proble is with 'backslash_quote = off' the database is rejecting the data sent from the Java application. Within the application we don't use " \ " to escape. So we suspected that may be " \ " is being inserted by the JDBC driver.

The driver we use is pg74.216.jdbc3.jar  http://jdbc.postgresql.org/download/pg74.216.jdbc3.jar

Could this be an issue with the driver?

Thanks and regards,
-Thusitha