Snippets tagged “driver-manager”
3 snippets use this tag.
- Connect Java to a MySQL databaseJava
To connect a Java application to a MySQL database, you need to use the JDBC (Java Database Connectivity) API.
- How do I connect to a SQL Server 2008 database using JDBC?Java
To connect to a SQL Server database using JDBC, you will need to use the JDBC driver for SQL Server.
- How to connect to Oracle using Service Name instead of SIDJava
To connect to an Oracle database using a service name instead of a SID (System Identifier), you can use the thin driver and specify the connection URL in the following format: