Re: [PHP] Reading an MS Access Database file on *NIX platform usingPHP

2003-08-25 Thread [EMAIL PROTECTED]
Hi, One of these ' tricky' windows linux bridging techniques is with JDBC. But that only works for sql server and not for access. This works like a dream if you are on J2EE. can be used with php as well if you don't mind mixing java and php classed. I have also had success with 'ODBC socket se

Re: [PHP] Reading an MS Access Database file on *NIX platform usingPHP

2003-08-25 Thread [EMAIL PROTECTED]
Hi, The simplest way i know of to use access from linux is to use mdbtools (a free download at sourceforge). Haven't tried to invoke this from PHP but it would not be all that difficult to create a MDB module. Curt Zirzow wrote: * Thus wrote Giz ([EMAIL PROTECTED]): Access is a pc databas