<< Click to Display Table of Contents >>

Navigation:  Program use > Configuration > Modules > How to configure logging to the database using the SQL Database Pro module >

Why the SQL Database Pro module is better than ODBC Database

SQL Database Pro has the following key advantages:

 

1.It can keep a backup copy of data while the main database is offline or unavailable, so you can build a robust system.

2.It can access stored procedures on the server.

3.It can execute a queue of SQL queries.

 

When to use SQL Database Pro

 

1.If the database is hosted on another computer, especially on a remote server accessed over the Internet.

2.If you need to write data to two databases or two tables in parallel.

3.If the data is going to be written to the database in a special way (for example, using a stored procedure).