Is there a preferred database to use with WinBinder?
A. MySQL would be an obvious choice because it is a the facto standard for PHP and it is already embedded in PHP 4. Since WinBinder is meant for standalone applications, however, SQLite will probably be your best option. SQLite supports only a subset of SQL commands, but it does not require a server or any other kind of installation, allowing the creation of standalone applications that can run immediately after setup. SQLite can interface directly with WinBinder through an optional wrapper. SQLite is already embedded in PHP 5 and requires a small DLL (230 kB) for PHP 4.