How much control do you have over the remote server? Generally for a remote DB you have various options:
- IP based DB access (not usually secure, performant or reliable) - Web Services - WCF I would steer towards WCF with a fairly chunky interface, but this of course would require development on your client app. On Sun, Nov 21, 2010 at 9:10 PM, martinmike2 <[email protected]> wrote: > Hello, > > Does anyone know if this is possible, and if possible could you point > me in the correct direction. > > I have a C# .NET4 application written in VS2010 that needs to update a > remote mySQL database. I have tried the .NET Connector, however the > database is web-based and remote access is IP dependent, We dont want > to wildcard the remote access as thats just not smart.
