R
Rakesh
hello,
I have a application that connects to sqlserver to get the
job done.
I am looking for something that will act as an inbetween
layer.
Basically instead of connecting direct to the sql server,
my application wil connect to this layer( may be a
service), this service will do something and then fwd the
same request to sqlserver.
Something like TCPMon or SOAP Tunnel used in the
Webservices world.
current arch:
app -> sqlServer
app -> (proxyService) -> sqlServer
any leads on this topic?
thanks in advance.
Rakesh
I have a application that connects to sqlserver to get the
job done.
I am looking for something that will act as an inbetween
layer.
Basically instead of connecting direct to the sql server,
my application wil connect to this layer( may be a
service), this service will do something and then fwd the
same request to sqlserver.
Something like TCPMon or SOAP Tunnel used in the
Webservices world.
current arch:
app -> sqlServer
app -> (proxyService) -> sqlServer
any leads on this topic?
thanks in advance.
Rakesh