In a LINUX environment
where APACHE is the web server
is it possible to create a web
page using PHP to get and store
data in to MS ACCESS??? any lead will be
appreciated.
the reason is the database collected on the Net
is going to be used by users who
ONLY knows ms Access. I am trying to
save time from conversion from mySQL to Access.
First there is no 5 user limit on Access, I don't know where you got that. We have an insurance company with over 300 concurrent users using a centralized Access DB, but you have to know how to define without exclusive rights and record locks.
When you are doing that there are no constraints on users, need to track them or kill them off. You just have to know how to code. If you are using the default kind of .ASP coding (by example) then get ready to get killed, don't work, won't work and will spend many hours, must more than converting to MySQL to correct. Normal coding mode for Access is single user with Exclusive rights to all tables and record locking turned on.
Some you turn off under tools the other is in the code with use of recordsets where you 1.) define, 2.) Set/Init, 3.) Open, 4.) Then close in single transaction with all values assigned to vars for DB offline processing. I'd give you an example except that's how I make my living.
About just dropping the SQL into MySQL and it doing it all for you, not true, close but not true. Code in Access and MySQL are first, slightly different syntax, not always seen but occasionally things go bump. Then you may have some tables to set up. Additionally if you are using relationships, whether coded or especially Access autolinked, indexing is a little more difficult with MySQL.
If you understand these difference then you will be on the right track to solving your problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.