-
Notifications
You must be signed in to change notification settings - Fork 0
4.6 Update Fields
Steven Sotelo edited this page Feb 26, 2015
·
6 revisions
This option facilitates update rows values of the tables into database.
- Type: The application will validate that the query matches with the table
- Log: The folder where the application will save the files that contain the results
- QUERY_ERROR: contains the query that the application try to upload but the database refused
- Grid: Every row of the grid indicates one update to do into database. For each row you should fill the column field and value, the column condition is optional, if you don't fill it, the update query will affect all table. when the values is a "String", you should put it inside within apostrophe " ' ". For example: 'Mi value'
- Run: This button executes all updates
Dev by Steven Sotelo