Saturday, May 14, 2005

ONJava.com: Configuring Database Access in Eclipse 3.0 with SQLExplorer

ONJava.com: Configuring Database Access in Eclipse 3.0 with SQLExplorer: "

Configuring Database Access in Eclipse 3.0 with SQLExplorer
by Deepak Vohra
05/11/2005

SQLExplorer is an Eclipse IDE database plugin that may be used to connect to a database from Eclipse. The SQLExplorer plugin adds a graphical user interface (GUI) to access a database with SQL. With SQLExplorer, you can display the tables, table structure, and data in the tables, and retrieve, add, update, or delete table data. SQLExplorer can also generate SQL scripts to create and query tables. Thus, using SQLExplorer may be preferable to using a command-line SQL client. In this tutorial, we shall establish a JDBC connection with the open source MySQL database from Eclipse 3.0 with the SQLExplorer plugin."

No comments: