Posted by J.O. Aho on 12/17/06 22:29
David Bagge wrote:
> Can i combine ASP with PHP and flash to connect a MS Access database without
> SQL or MySQL?
In PHP you can use ODBC, which should give you the possibility to connect to
ms-access. Mixing ASP and PHP is possible, but try to not mix those in the
same page/script. If you want stability and speed, drop visual basic and go
for PHP and even more speed you will get if you would use MySQL or Oracle.
--
//Aho
[Back to original message]
|