How to run a sql on a different server from cache itself
what class or API I shall be using to execute a piece of sql to another server from one server? From within cache itself not java or python or any other languages.
Anything like $System.SQL.%Connect(...) ?
Discussion (4)2
Comments
See %RemoteResultSet.
Thanks so much, made my day. I have been searching for this one exactly!!! This forum is so great, I’m glad to be part of it!
%RemoteResultSet has been removed in later version. Not available anymore.