> Matthew: That describes what I would like to try. Having a desktop > application access data files that reside on a remote server using the > Internet as the connection between the two.
That's what I thought... For me it was easy-peasy since Paul did all the work... <g> I believe you just gotta have a DB backend installed (we used mySQL), proper security to access the correct port, a log in to the DB... I sent him my DB schema and he put it in place on the back end, and I filled it with my data from there on. Just remember to think in terms of 'connections' and 'data sets' since you don't have that continous connection with the DB. If you want some data you have to go fetch it (always only go get what you need i.e. no more "SELECT *" unless you HAVE to)... you have to trap for a failed attempt for any Fetches or Puts (updates or INSERTS). It's not hard, just a rethink of how us VFP folks are normally used to doing things... Thanks, Matthew Jarvis || Business Systems Analyst IT Department McKenzie-Willamette Medical Center 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: 541-744-6145 -------------------------------------------------------------------------- Disclaimer: This electronic message may contain information that is Proprietary, Confidential, or legally privileged or protected. It is intended only for the use of the individual(s) and entity named in the message. If you are not an intended recipient of this message, please notify the sender immediately and delete the material from your computer. Do not deliver, distribute or copy this message and do not disclose its contents or take any action in reliance on the information it contains. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/69f310c05dd83c48a84ba3769ce1ecf805b34...@tntriexevs02.triadhospitals.net ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

