JDBC இணைப்பு

JDBC தரவுத்தளத்தை அணுகுவதற்குத் தேர்வுகளைக் குறிப்பிடுகிறது.

JDBC Examples

You can use a JDBC driver class to connect to a JDBC database from LibreOffice. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL.

Note Icon The driver classes must be added to LibreOffice in - LibreOffice - Advanced.

ஆரக்கிள் தரவுத்தளம்

You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver.

In the Data source URL box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information.

For an Oracle database, the syntax of the URL is:

oracle:thin:@hostname:port:database_name

MySQL database

The driver for the MySQL database is available on the MySQL web site.

MySQL தரவுத்தளத்திற்கான தொடரமைப்பு என்னவென்றால்:

mysql://hostname:port/database_name

Data source URL

Enter the URL for the database. For example, for the MySQL JDBC driver, enter "jdbc:mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver.

JDBC இயக்கி வகுப்பு

Enter the name of the JDBC driver.

Warning Icon Before you can use a JDBC driver, you need to add its class path. Choose - LibreOffice- Advanced, and click the Class Path button. After you add the path information, restart LibreOffice.

சோதனை வகுப்பு

இணைப்பை நடப்பு அமைவுகளைக்கொண்டு சோதிக்கிறது.

உறுதிப்பாடு

தரவுத்தள வழிகாட்டி