Each common database driver

Source: Internet
Author: User

Oracle Database:Driver package Name: Ojdbc14.jarname of the driver class: Oracle.jdbc.driver.OracleDriverJDBC URL:jdbc:oracle:thin: @dbip:p ort:databasenameDescription: The driver package name may changeeach part of the JDBC URL has the following meanings:dbip– is the IP address of the database server, if local writable: localhost or 127.0.0.1. port– is the listening port for the database and needs to look at the configuration at the time of installation, default is 1521. databasename– is the SID of the database, usually the name of the global database. SQL Server DatabaseDriver package Name: Msbase.jar Mssqlserver.jar Msutil.jarname of the driver class: Com.microsoft.jdbc.sqlserver.SQLServerDriverJDBC Url:jdbc:microsoft:sqlserver://dbip:port;databasename=databasenameDescription: The driver package name may changeeach part of the JDBC URL has the following meanings:dbip– is the IP address of the database server, if local writable: localhost or 127.0.0.1. port– is the listening port for the database and needs to look at the configuration at the time of installation, default is 1433. the name of the databasename– database. MySQL DatabaseDriver package Name: Mysql-connector-java-3.1.11-bin.jarname of the driver class: Com.mysql.jdbc.DriverJDBC Url:jdbc:mysql://dbip:port/databasenameDescription: The driver package name may changeThe JDBC URL has the following meanings for each part:dbip– is the IP address of the database server, if local writable: localhost or 127.0.0.1. port– is the listening port for the database and needs to look at the configuration at the time of installation, default is 3306. the name of the databasename– database.

Each common database driver

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.