Quote:
|
Originally Posted by piksl
I'm looking for a store that uses product info from my database directly (so that importing into "their system" is not necessary). My client will be administrating their product information via a password-protected web interface, and that's no problem... but because of that, I need this Access database that they're updating to be the live source of data for the store.
|
finding an 'off the shelf' ecommerce application that just happens to be compatible with your Access database structure seems highly unlikely (billion-to-one maybe??). the indexes that you've used and the way you've designed your database probably have no direct correlation with how someone else (namely the ecommerce software guys) might have created their database.
you might be better off picking an ecommerce solution FIRST and then modifying that ecommerce database structure to suit your needs for your local Access application. and even then, you'd need to dissect all the database access routines and do brain surgery to make them look for the data in a remote location.
in either case, you'll need some very knowledgable code wrangler who is comfortable on both the host and local OSs to make it all tie together like that without compromising your security. i mean, there are a zillion programmers who can hack code but only a few REALLY have enough experience to be successful system integrators.
good luck to you - hope you figure it out :-)
audre
|