I am using Eclipse DTP to complete my SQL development. When I create a connection to the database, I am 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 (as most database tools do).
Can I do this in eclipse?
source
share