Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webpage database - shopping cart

Status
Not open for further replies.

PL01

Technical User
Jun 9, 2008
57
US
My small business relies on Access for its datatbase needs. We are currently putting up an ecommerce website with a shopping cart. The web page design company uses a database called Zen cart, using PHP as the language. Is this compatible? Is there a better way to go before we get too involved with this one? We would prefer not to enter data twice, but have it seeemlessly come into our Access database off of the web, or is this too much to ask? There seems to be very little written material about Access and HTML.
 
Check out ASP, rather than HTML. You will find a good deal on Access and the web. According to Zen cart is open source software and uses a MySQL database, so it should be simple enough to keep you Access database synchronized using linked tables: You may wish to consider changing to a MySQL back-end for your Access application.
 
I don't think I would recommend Access for a commercial website. If not MySQL, you might also consider SQL Server Express.

And if it's a new website, then ASP.NET would be better than ASP. Or go with the PHP one.

Joe Schwarz
Custom Software Developer
 
JoeAtWork
I think you may have misread the question.
 
I would think it unusual to use Access (ie Jet) on a PHP web site. Access is really for corporate networks. Your vendor should be able to substitute Jet (unless they are in a Linux environment) but then you lose the recovery features (logging etc) that you get with the likes of MySQL etc.

It shouldn't be too difficult to arrange for messages to pass between the web database and your Access application.

 
BNPMike I think that you, too, may have misread the question.

OP: "We are currently putting up an ecommerce website with a shopping cart. The web page design company uses a database called Zen cart, using PHP as the language."

Zen Cart uses MySQL.
 
Remou

I took it that PL01 realised Zen Cart is not Access. The issue is whether Jet can be used in this scenario - perhaps replacing MySQL or via some replication process.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top