views:

49

answers:

2

Hi everybody

Does anybody know how can I proxy SQL Server requests through another application.

I have desktop based application and I do not want the application to directly connect to SQL Server.

A: 

Check this out:

GreenSQL acts as a MySQL Proxy http://www.greensql.net/

GeekTantra
+1  A: 

Implement some sort of messaging system in your applications. .NET Remoting, WCF, etc.

Cory Charlton