views:

222

answers:

1

I'm using the Eclipse DTP to do my SQL development. When I create a database connection I'm promoted to enter the name of the database (schema), and I cannot continue until I enter it. However, I have several databases on each server, and I want to see them all under the database connection (like most the database tools let you).

Can I do it in eclipse?

A: 

For each database your should create new Database Connection at Data Source Explorer. Database connection represent one-to-one mapping database «atomic user instance» (for example, for oracle this is instance name/user name, for hsqldb in server mode databse location and so on) to connection.

St.Shadow
The database connection is to my development machine, where I have root access. I need to access 4-5 schemas. Do you mean I need to create 4-5 database connections? Also, in the SQL editor I can relate the sql to a database connection, and there is another drop down which let me select the schema. Problem is there is only one schema...
David Rabinowitz
Which db do you use?I down`t find way, how to add multiply shemas with Oracle or HSQLDB.
St.Shadow