php and MSAccess

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

php and MSAccess

Post 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.
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post 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.
Post Reply