KB-36107: Synchronizing databases in HotStandBy applications.
Question: In a HotStandBy application with two databases to record the same data (one in the main computer, and another one in the secondary computer), is there synchronism between DBs?…
Question: In a HotStandBy application with two databases to record the same data (one in the main computer, and another one in the secondary computer), is there synchronism between DBs?…
Question: Why is thre an authentication error when I try to establish connection with an MS SQL Server database? Solution: To fix this, you must use the MS SQL Server’s…
This article illustrates the necessary settings to enable remote access to SQL Server Express 2005. 1. Go to Start–All Programs–Microsoft SQL Server 2005–SQL Management Studio Express and follow the instructions…
Question: Can I set a Select() and an Update() in the same SQL clause, similarly to the example below? Update EQUIPMENT Set EQUIPMENT.EQUIPMENT=’‘, EQUIPMENT.DISABLED=, EQUIPMENT.CLASS_EQUIP=CLAS_EQUIP.INDEX, EQUIPMENT.SECTOR=SECTORS.INDEXWhere EQUIPMENT.INDEX= and CLAS_EQUIP.CLASS_EQUIP=’‘ and…
Question: How can I point to the local computer in the Database? Solution: To do so, go to Server field in the Database’s proprerties, erase the computer’s name and then…
Question: Can I connect E3 to a Pervasive Database via ODBC? Solution: Yes, you can, but there are technical problems. You must know the connection string, and you cannot use…
Question: How can I set a security procedure in order to avoid losing data when E3 Server disconnects from the Database? Solution: E3 automatically avoids losing data on the Database:…
Question: Why is the name_of_database_sync.e3i file created in the active server of an application in Hot-Standby mode? Solution: When you enable the EnableSyncrhonization property in an application on HotStandby mode,…
Question: Can data be acquired from an application developed on C++ Builder and viewed in E3? Solution: Yes, it can! To do so, we recommend one of the following: OPC…
Question: How can I set up an SQL query to return data whenever a historic field of type date/time has a certain value? Solution: For a Microsoft SQL Server…