Quote:
|
Originally Posted by spenland
Hi guys, I've gotten an interesting request from my supervisor. We have a dynamic product finder on our website that uses a MySQL database to display a list of products depending on what category you select. Is is possible to use this on a CD?
The reason for this is for distributors to be able to access information while they are away from their computers. I'm guessing that its not possible since the online application needs to connect to an database but this is not my area of expertise.
Any suggestions?
|
Well, I guess if they are away from their computers, maybe a cd is not the best medium anyways??
I shall make an assumption: You meant when they are not connected to the Internet?
If so, there is no way to work this, unless you make mysql dumps from your db available so they can download it, and copy it to a folder on their hard drive.....then using marbant's suggestion would work, as you would have a local copy at that point (provided you updated the web app to pull from the local database - which means you then have a replicated web site, and a replicated database)....however the customer needs to keep it updated, or you then need to provide an update service for them to notify when the product list changes in any way shape, or form.
You could code the cd to connect to your web site to get the data, but I feel that would defeat the entire purpose.