5. Raw Table Editor

RawTablesEditFormfmFieldEditor

This section makes it possible to work with tables of database store directly and requires certain skills. When you move to the Raw Table Editor, on the left pane you will see the list with tables' names, and in the right, after double-click on one of them - the content of the table.

Information is represented in three tabs:

  • The "Data" tab displays all data stored in table cells, showing the actual table.

  • DDL - covers the table's data in the so-called Data Definition Language (the language that provides information or data structure of your store database). A subset of SQL commands is common.

  • The "Fields" tab shows a table, structured by fields.

If you select more than one table, the contents of each of them will be displayed in separate tabs.

Among the general options of this section there are some typical for Store Manager instruments, as [Export to Excel], [Export to HTML] and [Edit as HTML]. The last one is active only for selected table in the "Data" tab.

By pressing it, the HTML Editor form appears to facilitate edit of any text in table cells and see its actual view.