Alan Bourke <> wrote: > We have a client with an existing networked membership application > written in VFP8. > > They want to add a web interface to this. It would basically > replicate a couple of forms and put them online, writing back to the > VFP database. > > If the web hosting was done offsite, I would envisage using an > ASP.NET setup writing to a local SQL database for the web part. What > I need to do is have the web side update the VFP database at the > customer's office in realtime or near as dammit. What would be the > best way to do that? -- Alan Bourke [EMAIL PROTECTED]
In your ASP.NET system write once to the loacl SQL Server and then as second write to your home VFP ystem that is in an exposed DMZ area on the network. Or Also write a WS on your ASP.Net system and have your VFP system poll it evey min for CRUD data. Stephen Russell DBA / Operations Developer Memphis TN 38115 901.246-0159 http://spaces.msn.com/members/srussell/ -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 8/25/2006 _______________________________________________ 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 ** 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.

