The whole point of the SQL Solution™ is to interface with databases.
So, having a database on your system is a good idea. :) Our program
works with MySQL and ODBC databases.
SQL Solution™ is a set of PHP scripts. Thus, you'll need PHP installed on your server. It has to be version 4 or later.
Your PHP installation will need the appropriate ODBC and/or MySQL database extensions. For more information on this, check the PHP Manual's Installation section.
If you are using the ODBC Edition of SQL Solution™, you'll need ODBC drivers on your system. Exactly what you'll need depends on your computer and database. You may already have ODBC drivers on board. If not, check your database's documentation and hunt down some drivers. Then, in the ODBC driver, you'll need to establish a System DSN for the database you want to use. See the ODBC driver's manual for more info on that.