Question:
How can I set up an SQLExpress database in an E3 application?
Solution:
To do so, you must first install the SQLExpress in a PC, create a database, and then set up the following fields (in Database Settings): Server, Database, User, and Password. For example:
Server: PUDI\SQLEXPRESS
Database: E3
User: sa
Password: 123
Then, after the historic has been generated, just inform E3 you will use this database and create its tables automatically (Generate Table button).