Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jdbc

jTDS connection string: connect to a MS SQL Server instance with a backslash

sql-server jdbc jtds

SQL (Java, h2): What's the best way to retrieve the unique ID of the single item I just inserted into my database? [duplicate]

java sql jdbc h2 unique-id

Java JDBC ignores setFetchSize?

java postgresql jdbc

Creating Database in JDBC Sqlite

java sqlite jdbc

How to test connection to Oracle Database using Java

java oracle jdbc oracle11g

java.sql.SQLException: Unknown initial character set index '255' received from server for connector 8.0.11

java mysql jdbc

Java ResultSet how to getTimeStamp in UTC

java jdbc

Get hold of a JDBC Connection object from a Stateless Bean

java hibernate jpa jdbc ejb

How do I escape a literal question mark ('?') in a JDBC prepared statement

Database independence through JDBC in java

java sql jdbc

No suitable driver found for Oracle Database connection

alias all column in a query with a prefix

oracle select jdbc alias

PreparedStatement + Select for update + Oracle 12c + ORA-01461 in primary key column

Do not update row in ResultSet if data has changed

java jdbc sqltransaction

Reproduce com.mysql.jdbc.exceptions.jdbc4.CommunicationsException with a setup of Spring, hibernate and C3P0

mysql hibernate spring jdbc c3p0

JDBC and pgbouncer can they work with createStatement

Flyway migration, Unable to obtain Jdbc connection from DataSource

mysql maven jdbc flyway

Can I use Oracle JDBC 12.1.0.1 (for 12c database) on a Oracle 10g database?

What's the best practice to ensure atomic read of a database table using JDBC?

database jdbc

Inserting data into postgresql json columns using clojure.java.jdbc

json postgresql jdbc clojure