D a t a b ases
Databases
Databases
The Databases tab allows you to enable actions to interact with one or more database technologies. Enabling a checkbox will add the corresponding action categories to the Action Wizard, automatically add any necessary DLL files to your project when you build it, and include the (hidden) Lua script required to make those database actions available at run time.
See Database Actions for more information on how to use these databases in AutoPlay.
Da t a b a s e S uppo r t
MySQL
Enable support for MySQL databases. Selecting this option will automatically add the LuaSQL-MySQL module functionality to your project and make it available at run time. It will also add the MySQL, MySQLConnection, and MySQLCursor action categories to the Action Wizard.
Note that selecting this will cause 2 .dll files to be added to your Scripts folder at build time:
libmysql.dll, and luasql\mysql.dll.