Working with Query Manager

Top  Previous  Next

 

Working with Query Manager

 

queryb5

 

 

Select Database

You have to select database name from available database list.

 

New Model

Model means query.Here you can define new model.

 

Save Model

You can save the current query.After clicking on Save Model, message will be displayed "Do you want to prepare SQL ",click on Yes if user has not modified the generated query after clicking on Generate SQL option.click on No if user has modified the query manually after clicking on Generate SQL option.

 

At the end user has to provide query name to save the query.

 

queryb13

 

 

 

Show Table

Show table will invoke the empty text box where list of tables will be displayed.

 

queryb7

 

Load Table

Load table will load the tables from selected database.

 

queryb8

example:

Customers

Employees

Orders

Orders Detail etc..

 

Generate SQL

Before Generate SQL user has to select the table(s) [ Drag & Drop ] & has to select required columns then only Generate SQL  will  generate the SQL statement.

 

queryb9

 

For example if user has selected Customer table and  ticked on * than clicking on Generate SQL following SQL statement will appear on bottom.

 

Select * from Customer

 

queryb10

or

If user has selected

example:  Ticked on ( ü ) Customer id , Fax, Phone , Address  than after clicking on Generate SQL following SQL Statement will appear on bottom.

 

Select  Customerid, Fax, Phone, Address  from Customer

 

Run Current SQL

Run Current SQL will execute the current SQL statement  & show the data on the bottom of screen.

 

queryb11

User Guide 14