<%set help_pg = 'help_setup.html'%> <%set book_mark = 'database'%> <%include admin_include_header.html%> <%include admin_include_submenu_sql.html%> <%WonderDesk::SQL::load%>

SQL Settings


<%if msg%>
<%msg%>
<%elsif error%><%error%> <%else%> All WonderDesk data is stored in an SQL database. This menu allows you to choose and manage the SQL server that is used.
<%endif%>

SQL Server Type

driver

Hostname

host

SQL Database
(DSN name if using MS SQL)

database

SQL Username

login

SQL Password

password

Table Prefix

prefix


If you make changes above, WonderDesk needs to examine the new database. Your choices are:

Create new default WonderDesk tables in this database but do not overwrite any existing data.
Create new default WonderDesk tables in this database and overwrite/erase any existing data.
Load table info from an existing set of tables (or resync the def files if you have changed your defs manually).

    

<%include admin_include_footer.html%>