Choose Database
In the Main Menu, click File, Choose Database.
Alternatively, this window will display when Royal dental Software is first launched after a workstation install.
These settings allow your workstation to locate and connect to the MySQL database.
To save the information, for the next time Royal dental Software starts up, right-click the Royal dental Software icon and Run as Administrator, then enter the Choose Database settings.
See Middle Tier.
Instead of connecting directly to the database, you have the option to connect to a Middle Tier which handles all of the database interactions. The advantages include better security and speed for multiple offices. Using the middle tier makes it impossible for the user to connect directly to the database. The user will never have access to the MySQL username and password used to access the database. It also prevents injection attacks when writing queries.
Advanced: Use connection string: Allows customizing the MySQL connection parameters (advanced users only). See also Oracle.
Example: Server=servername;Port=portnumber;Database=name_of_database;User=username;Password=password;sslca="c:\location\of\sslca.pem"
Dynamic Mode: Automatically downgrades or upgrades to server version.: Use when you need to connect to a database from a different version of Royal dental Software without updating or downgrading your local client.
When running Royal dental Software in Dynamic Mode, you must run that instance of Royal dental Software as administrator. Dynamic Mode cannot be run on the update server.
When checked, if the selected server and database are running a Version different than the currently installed version on the workstation, Royal dental Software will automatically create a temporary install of the server's version of the Royal dental Software client into a dynamic folder (typically C:\Program Files (x86)\Royal dental Software\DynamicMode) and launch the program from there.
The settings on this window are stored in the FreeDentalConfig.xml file in the installation directory. This data is not stored in the database because you have not yet established a database connection.
Multiple Databases: Most users will have only one database. However, in Royal dental Software you have the option of running many databases on the same computer. For example, you could make Backups of your database within its original folder. To access a historical snapshot of the data, simply select a database backup to open. You can also switch between your regular database and a backup that you take home on your laptop for read-only purposes. If you run a dental billing company, each doctor client can retain a separate database (each office must also have a separate Royal dental Software license).
To switch between databases, use the Database dropdown. This is only available when the Choose Database window appears upon startup.
Problem: Connection to the MySQL server has been lost.
Solution: This message pops up when the workstation cannot connect to the MySQL server. Royal dental Software will attempt to reconnect until connection is successful or the user aborts (Exit Program).
Problem: Error regarding too many connections.
Solution: In the my.ini file on the server, change the max_connections to 3,000.