Data in DB not found

Problem

Data stored in the database cannot be found in FireStart although the connection to the database is working.

Solution

You might have used an SQL key word for a column name, for example 'Name' or 'User' or 'select'. Making the DB access working as expected, go to the BE mapping definition, and select "Surround names with" and there select the proper escaping (depending on the used DBMS, for MS SQL Server it would be "Braces").