G
Guest
I have a situation which is like this: we are a social group, and I currently
have a database hold members, sponsors, events and various other info on a MS
Access database which is maintained from a desktop PC. We are going to have
a website. The website should allow people to register to become a member
(enter their personal info from a webpage into the database, although the
members info can still be entered into the db from the desktop by the db
admin). The website should also display events information which is coming
from the database ( the event info is entered into the db from the desktop).
So the majority of the update to the DB is from the desktop, but some
updates of the members table from the website is required. Can Access db
provide solution for this? If it can, what is the programming language or
webdesign tool to use to access the MS Access db from the webpage?
I got an email from the support of the hosting company and they told me that
this is a bad idea. the reason is "One of the main issues is the fact that
Access locks the database while the site has an open connection to the db.
This means you can't overwrite the database whilst the site has it open.
Generally the only solution is for us to manually delete the lock file, which
could end up being quite frequent in your situation." And they suggest me to
use mysql. But I guess that means we will have to re-write the front end?
have a database hold members, sponsors, events and various other info on a MS
Access database which is maintained from a desktop PC. We are going to have
a website. The website should allow people to register to become a member
(enter their personal info from a webpage into the database, although the
members info can still be entered into the db from the desktop by the db
admin). The website should also display events information which is coming
from the database ( the event info is entered into the db from the desktop).
So the majority of the update to the DB is from the desktop, but some
updates of the members table from the website is required. Can Access db
provide solution for this? If it can, what is the programming language or
webdesign tool to use to access the MS Access db from the webpage?
I got an email from the support of the hosting company and they told me that
this is a bad idea. the reason is "One of the main issues is the fact that
Access locks the database while the site has an open connection to the db.
This means you can't overwrite the database whilst the site has it open.
Generally the only solution is for us to manually delete the lock file, which
could end up being quite frequent in your situation." And they suggest me to
use mysql. But I guess that means we will have to re-write the front end?