About 16,700,000 results
Open links in new tab
  1. URL string format for connecting to Oracle database with JDBC

    Jun 28, 2009 · I highly recommend to use the new format! The old format connects to one specific database instance and one specific database instance only. If you chose to create a database …

  2. What is the MySQL JDBC driver connection string?

    Sep 22, 2009 · I am new to JDBC and I am trying to make a connection to a MySQL database. I am using Connector/J driver, but I cant find the JDBC connection string for my …

  3. How to fix: "No suitable driver found for …

    The JDBC spec requires a driver to register itself when the class is loaded, and the class is loaded via Class.forName (). In JDBC 4 the drivers are able to be loaded automatically just by …

  4. JDBC connection to MSSQL server in windows authentication mode

    May 11, 2013 · com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused: connect. Verify the connection …

  5. jdbc - How do I manually configure a DataSource in Java ... - Stack ...

    Mar 10, 2017 · 1) documentation for com.mysql.jdbc regarding a DataSource that I can understand, or 2) gives an example to follow for what the tutorial's code should be, for any …

  6. java - How to start a transaction in JDBC? - Stack Overflow

    Feb 9, 2011 · from JDBC 4.0 specification : "When to start a new transaction is a decision made implicitly by either the JDBC driver or the underlying data source. Although some data sources …

  7. How is Oracle's JDBC query timeout implemented? - Stack Overflow

    Oct 8, 2014 · 25 I was curious as to how the Oracle JDBC thin client implement query timeout. This can be set by calling java.sql.Statement's setQueryTimeout (int seconds) method. Is this …

  8. java - JPA or JDBC, how are they different? - Stack Overflow

    Aug 9, 2012 · JDBC is a much lower-level (and older) specification than JPA. In it's bare essentials, JDBC is an API for interacting with a database using pure SQL - sending queries …

  9. Where can I download mysql jdbc jar from? - Stack Overflow

    Where can I download mysql jdbc jar from? [closed] Asked 11 years, 3 months ago Modified 8 years, 3 months ago Viewed 235k times

  10. JDBC connection string with instance name and domain

    Nov 26, 2016 · There is no domain= property defined for the connection URL for Microsoft's JDBC driver for SQL Server. Logging in to the SQL Server instance with Windows domain …