Computing.Net > Forums > Web Development > can i use mysql to pull from access

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

can i use mysql to pull from access

Reply to Message Icon

Name: BigShow
Date: May 12, 2008 at 20:09:44 Pacific
OS: xps
CPU/Ram: pentium 4
Product: dell
Comment:

I might have asked that wrong. I have a friend that has a inventory management system for his small company which lists about 1000 products. His whole warehouse is attached to this ACCESS DB. I obviously dont want to rewrite this whole thing to mysql but he wants me to make a website that displays all of his products and allows him to sell them from his site.

Question, is there a way to use mysql/php to pull from his access database so t updates as he sells product? If so where do i start?



Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: May 12, 2008 at 22:50:35 Pacific
Reply:

No. MySQL and Access are two different databases. You can, however, create an ODBC connection to the database using available PHP functionality to utilize an Access database.

http://www.w3schools.com/PHP/php_db...

Michael J


0

Response Number 2
Name: BigShow
Date: May 14, 2008 at 11:04:34 Pacific
Reply:

Hey Michael, I am a little nervous about taking on this next project so hopefully you can calm me down a little. This customer wants me to build him a website using php.mysqql that will show his products through a nice custom catalog and make it so people can purchase them online. I can do that no problem. I need to however take the information from his ACCESS DB because his company uses that for there inventory system.

If I use ODBC to access his data, then when someone buys an its will he have to manually update the ACCESS DB himself or can i use this technology to add or subtract info from his DB?

Thanks


0

Response Number 3
Name: Michael J (by mjdamato)
Date: May 16, 2008 at 01:11:56 Pacific
Reply:

I've never used ODBC with PHP. Have you even tried to run an UPDATE query? If you can then you can update the inventory with PHP. If not you will need to find another method to do it or he will need to update manually. At the very least you could generate a report each day for the oerson making the updates. But, if I had to guess, I would bet that you can run an UPDATE query through ODBC.

Michael J


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: can i use mysql to pull from access

using links to pull from mysql www.computing.net/answers/webdevel/using-links-to-pull-from-mysql/3618.html

how can i log on to my ftp www.computing.net/answers/webdevel/how-can-i-log-on-to-my-ftp/1597.html

Can I change script to load more www.computing.net/answers/webdevel/can-i-change-script-to-load-more/627.html