Page 1 of 1
Can PHP read MS Access database?
Posted: Thu Mar 18, 2004 8:19 am
by lisawebs
Is this possible? How?
Any example?
Thanks
Posted: Thu Mar 18, 2004 12:23 pm
by dragnlo
Posted: Thu Mar 18, 2004 12:34 pm
by Joe
Yes it is possible. Its actually very easy aswell. You can learn how to make a simple and safe connection to an Access database
here. The problem though is that there isn't many providers who supply a DSN for Access databases. Look around though im sure you will find something.
Regards
Joe

Posted: Fri Mar 19, 2004 10:08 pm
by m3mn0n
Check out this Google search: google([google]php programming ms access tutorial[/google])
Posted: Fri Mar 19, 2004 11:56 pm
by Pyrite
Better yet, try the ADOdb library. Search adodb on google.