Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jdbc

"Loading class com.mysql.jdbc.Driver ... is deprecated" message

java mysql jdbc

Getting the Return Value from JDBC MSSQL

What is Object/relational mapping(ORM) in relation to Hibernate and JDBC?

java hibernate orm jdbc

MySQLNonTransientConnectionException Could not create connection to database server. Caused by: java.lang.NullPointerException

Show users with any privileges to database. MySQL

mysql jdbc show privileges

Why does my code produce the error: The statement did not return a result set [duplicate]

java sql-server jdbc resultset

How can I bind a DataSource to an InitialContext for JUnit testing? [duplicate]

JDBC connection in Android

android jdbc

Spring's Stored Procedure - results coming back from procedure always empty

Is there anyway to get the generated keys when using Spring JDBC batchUpdate?

java spring jdbc

Multi-user Datasources - Spring + Hibernate

Oracle and JDBC performance: INSERT ALL vs preparedStatement.addBatch

oracle jdbc performance

Oracle Database 11g JDBC Drivers - So many files ??? What do they mean?

jdbc oracle11g

Is it possible to access a database asynchronously through Java NIO non-blocking sockets?

java jdbc real-time nio

is setautocommit(true) needed after conn.commit()

oracle jdbc

What is the max JDBC batch size?

How to log JDBC connection activity?

java logging jdbc c3p0 log4jdbc

Clojure/JDBC/Postgresql: I am trying to update a timestamp value in postgresql from a string, getting an error

How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?

java jdbc junit hsqldb dbunit