It's sometimes useful to have more friendly column names in the data grid. You can change the column titles in Database Tour:

  1. Open the needed database.
  2. Choose a dataset to work with. I.e. select a table in the table list or write and execute your database query.
  3. If you chose the table, switch to Data page.
  4. Right-click the needed column and choose Column Properties... or choose Column | Column Properties... in the main program menu.
  5. A new windows will appear. Make sure, the needed column is selected in the list of column in the left part of the window.
  6. In the Column Settings block, locate Title attribute and type the desired value for it.
  7. Customize other column properties of this column and other columns of the dataset if needed.
  8. If you plan to use the changed settings in future, save them to column definitions file using Save... button. Next time, you just need to select and load that file using the same interface, without needing to make all the changes again.
  9. Click Apply.

Note: The title is used for visualization only. The physical field name remains unchanged.

See also