KB-27260: Backing up a database with E3.
Question: How can I back up a database via E3? Solution: To do so, there are two possibilities: 1. In an Access database, copy the file corresponding to the database…
Question: How can I back up a database via E3? Solution: To do so, there are two possibilities: 1. In an Access database, copy the file corresponding to the database…
Question: How can I establish communication between E3 and SQL 2005 Express ? Solution: To do so, add a database to E3, access its properties, and set it up as…
Question: What is a Database Server? What is it for? Solution: A DBServer, or a Database Server, is the application item that concentrates all the project’s data records and queries…
Question: Can data be recorded in a remote Oracle or SQL Server? Solution: Yes; to do so, you must just enable the Oracle/SQL Server to accept remote data recording.
Question: If an application starts with an Access database and in the middle of the process it migrates to SQL/Oracle, will the previous data be sent to the new database?…
Question: How many SQL client licenses are required in an application with two E3Servers (in Hot-Standby) and five Viewers? Solution: The communication between E3 and the database happens exclusively in…
Question: My application’s got slower after two weeks working with an Access database. Why has this happened, and how can I fix it? Solution: This may have happened because the…
Triggers are a type of special stored procedures that are executed whenever there is an attempt to change the data in a table protected by them. DML triggers (Data Manipulation…
A stored procedure is a set of instructions developed in T-SQL language (Transact-Sql) that, whenever stored or saved, are inside the server in a pre-compiled way. This procedure is stored…
A view is an alternative solution for observing data from one or more of the tables comprising a database. You can regard it as a virtual table or a stored…