Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jdbc

The TCP/IP connection to the host localhost, port 1433 has failed

java sql-server eclipse jdbc

Passing parameters to a JDBC PreparedStatement

java mysql jdbc

PostgreSQL/JDBC and TIMESTAMP vs. TIMESTAMPTZ

postgresql jpa jdbc

JDBC ResultSet getDate losing precision

java oracle date jdbc resultset

How can I make MS SQL Server available for connections?

java sql-server jdbc

How to avoid storing credentials to connect to Oracle with JDBC?

oracle jdbc credentials

Do I need to close 'PreparedStatement'? [closed]

java jdbc

Column aliasing in SELECT statements doesn't work with SQuirrel SQL + Firebird

How good is Oracle Universal Connection Pool (UCP)

Execute multiple queries using a single JDBC Statement object

java mysql sql jdbc

Is there a maximum length when storing into PostgreSQL TEXT

postgresql jdbc

What does it mean when Statement.executeUpdate() returns -1?

java sql sql-server-2008 jdbc

How do you get values from all columns using ResultSet.getBinaryStream() in jdbc?

java sql jdbc db2 resultset

ORA-12516, TNS:listener could not find available handler

java oracle jdbc axis2

Apache Commons DBCP connection object problem, Thread: ClassCastException in org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper

How to connect to a remote MySQL database with Java?

java mysql eclipse jdbc

Where do I have to place the JDBC driver for Tomcat's connection pool?

Ubuntu Tomcat7 java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory

How to escape single quotes for SQL insert...when string to insert is in a user generated variable

java sql jdbc

What kind of Java type is "[B"?