XAMPP is now packaged with MariaDB. MariaDB is a community version of MySql. It was created because programmers want to
Category: Database
MySQL Change Root Password In XAMPP
note: as of MariaDB 10.4, this post is no longer effective. See https://mariadb.org/authentication-in-mariadb-10-4/ Good post about how to change root
Foxpro ODBC Driver set up
Locate a copy of SBT. Make sure file ODBCJT32.DLL is included. Run setup.exe Go to control panel->Administrative Tools->Set up ODBC
Foxpro table delete and pack using sql
Using SQL within foxpro program (not ODBC from a PHP program) set exclusive on cd to where things are
SQL Logic Operator Precedence
And has precedence over Or Where A1 or A and B will be executed as Where A1 or (A and
Foxpro Database Commands
A good discussion on Foxpro ODBC driver connection string https://www.berezniker.com/content/pages/visual-foxpro/visual-foxpro-odbc-driver How to pack a table through Foxpro ODBC driver https://support.microsoft.com/en-us/kb/234756
Perl ODBC
Perl ODBC access to Foxpro requires the Win32::ODBC module. Add this module using cpan. Here’s a link to help on
PHP ODBC Accessing Foxpro Database
Here are the steps to prepare a development environment that utilize PHP to access Foxpro Database on Windows via Apache