|
Home
|
BulletProof's innovative SQL Wizard invokes a set of screens to give point and click power for creating SQL Statements and add them automatically to your code. Either insert the necessary code into the selected method or create a new method to perform a SQL on the Server. The purpose of the SQL Wizard is to allow you to quickly generate the source necessary to perform a SQL command on the server while at the same time avoiding the chance of a typo, misplaced quote or invalid syntax that would otherwise slow your development effort. We're sure you'll find this to be a great time saving feature. Not only does the wizard create the SQL, it also creates the Java code to run it. As an added feature you can run the SQL's on the fly and get the results just to be sure the SQL is what you really wanted. The SQL Wizard consist of three tabs. They are as follows:
Select Database For more detailed information see the on line manual. Define SQL Statement This tab allow you to choose the from the following types of SQL that can be run on the server:
Show SQL Results When you have successfully constructed your SQL you can run it to see the results returned. |
|
|