Page 1 of 1

php and MSAccess

Posted: Wed May 12, 2004 8:52 am
by devork
Hi!
I am making a simple telephone directory application with php-odbc-MSAccess.
the database size is above 1MB.
there are only 3 fields in table (Phone No, Name, Address)
any suggestion to make search faster, as it will be hosted on web.

Posted: Wed May 12, 2004 8:58 am
by lostboy
Get a mysql db and port the info over...

Manage your connections carefully as Access doesn't not allow a high number of concurrent users.