Gateway Network SQL Access
under review
m
mmaynard
We need the ability to issue SQL Queries across the Gateway network against the data sources on the remote sever.
Something like system.db.RunRemoteQuery('GatewayNodeId',Query,database='MyDB')
I have this working now utilizing gatewway messaging but it is quite hacky and unsupported.
Log In
M
Marco Barbieri
Bump
C
Cole Townsend
This feature would be useful to me as well. I am doing the exact same thing as the other guys in this thread. Just passing along SQL queries in gateway messages and returning the result set. Seems like a cool feature to add in.
m
mmaynard
BUMP
E
Etienne Balardelle
+1. I am currently doing the same thing mmaynard is doing as a work-around. As a potential angle to this implementation, could database connections be remote mapped in the same manner remote tag providers or remote historical providers are?
m
mmaynard
BUMP :P
P
Paul Griffith
under review