menriquez Posted January 16, 2009 Share Posted January 16, 2009 hello, yes i have am contracted to build an "offline" app that basically will be used by field workers to add data from remote sites, then basically sync the data back to the mysql database that run the companies website. i could build a php webservice that accepts xml to post the new data, or i could just perhaps sync the mysql databasaes using some builtin mysql utilities. perhaps one of you knows of a pre-build framework solution for this problem...i would love to hear about it, or your opinions about an approach to this system. thanks, - mark Quote Link to comment Share on other sites More sharing options...
corbin Posted January 16, 2009 Share Posted January 16, 2009 I wouldn't use a mysql util. That will get complicated quickly. I would go the first route you said. Quote Link to comment Share on other sites More sharing options...
menriquez Posted January 17, 2009 Author Share Posted January 17, 2009 thanks corbin...after some further investigation i think your suggestion is the proper way to proceed. I think a PHP REST server connected to a C++ Builder/Delphi Indy 10 HttpClient form could make pretty quick work of the system. again, i thank you for you insights... regards, - mark Quote Link to comment Share on other sites More sharing options...
corbin Posted January 17, 2009 Share Posted January 17, 2009 ;p Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.