Hi,
I'm looking for some implementation advice.....
I have a client who has a 3rd party supplied property database. The client wants this database, through their web site to be searchable by any visitor - at the moment, that's the spec; no online updates to the database at all - purely for look-up purposes.
Here's my quandary: the third party database will be supplied in msaccess format. The 3rd party will, on demand, be able to provide an 'updated' version of the database i.e. the entire database (not just changes since the last 'bulk' download) but with any 'new info' price changes etc.
I know I can access msaccess thru php using odbc drivers/Pear etc but.......support is much greater for php/MySQL AND the current host doesn't support msaccess......
So
implementation-wise, should I convert the access db to MySQL? or, is the effort involved in that too much for not much gain?
Any pointers gratefully accepted.