Download XML Author 10.3 User Manual for Eclipse

Transcript
Working with Databases
2.
Enter a unique name for this data source and select Generic JDBC from the driver type combo box.
Press the Add button to add the following MySQL specific files:
• mysql-com.jar
You can manage the Driver Files using Add, Remove, Detect and Stop(detection) buttons.
3.
Select the most suited Driver class.
4.
Click OK to finish the data source configuration.
How to configure an Oracle 11g Data Source
1.
Go to Preferences -> Data Sources. In the Data Sources panel click the New button.
2.
Enter a unique name for this data source and select Oracle from the driver type combo box.
Press the Add button to add the following Oracle 10.2 specific files:
• ojdbc5.jar
In the Download links for database drivers section there are listed the URLs from where to download the drivers
necessary for accessing Oracle 11g databases in <oXygen/>.
You can manage the Driver Files using Add, Remove, Detect and Stop(detection) buttons.
3.
Select the most suited Driver class.
4.
Click OK to finish the data source configuration.
How to configure a PostgreSQL 8.3 Data Source
1.
Go to Preferences -> Data Sources. In the Data Sources panel click the New button.
2.
Enter a unique name for this data source and select Postgres from the driver type combo box.
Press the Add button to add the following Postgres 8.3 specific files:
• postgresql-8.3-603.jdbc3.jar
In the Download links for database drivers section there are listed the URLs from where to download the drivers
necessary for accessing PostgreSQL databases in <oXygen/>.
You can manage the Driver Files using Add, Remove, Detect and Stop(detection) buttons.
3.
Select the org.postgresql.Driver class in the Driver class combo box.
4.
Click OK to finish the data source configuration.
Configuring Database Connections
This section presents a set of procedures describing how to configure connections that use relational data sources.
303