Top  | Previous | Next

Query Browser

The Query Browser is a very convenient tool that lets you interact with all of the databases that you have configured connections for. Because Ignition is so heavily integrated with databases, it is very common in the course of project design to need to inspect the database directly, or to experiment with a SQL query to get it just right.

 

You can use the auto-refresh option in the Query Browser to monitor a database table for changes. This is often convenient when designing Transaction Groups. As the group runs, you can view the table that it is targeting with auto-refresh turned on to watch how the group is altering the table.

 

The Query Browser is a convenient way to make simple edits in a database table as well. If you execute a SELECT query that includes the table's primary key(s), then you may activate edit mode by selecting the Edit button. While in edit mode, you can alter the values in the result set. Make sure to hit Apply when you are done to commit your edits, or press Discard to back out. Note that this feature depends on the applicable JDBC driver's ability to detect the table's primary keys.

 

See also:

Creating a Database Connection