Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there a preferred database to use with WinBinder?

database winbinder
0
Posted

Is there a preferred database to use with WinBinder?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123