资 源 简 介
This plug-in will allow us to connect to database (I will start with Oracle and will extend to other databases as time permits) and fetch the result and displays the results in the bottom pane.
I will start with providing authentication information and server name for each query but if time permits it can be extended to store these values and send them along with each query.
To install my application:
1. Download the entire folder from the link given in the black board.
2. Create workspace and store in it.
3. Download oracle from website.
4. Open the application and run as eclipse application.
5. Add libojdbc14.jar to the class-path before compiling and running.
6. Enter URL, Database Name, User name and Password. It displays a message below showing if any of the inputs is given as null or empty string.
7. To run the query, first enter URL, Database Name, User name and Password correctly and then type Select/Insert/Update statements and press "Run" button.