Sends native syntax to a remote server.
Syntax 1
FORWARD TO server-name { sql-statement }
Syntax 2
FORWARD TO [ server-name ]
FORWARD TO aseprod SELECT * from titles SELECT * from authors FORWARD TO
When establishing a connection to server-name on behalf of the user, the server uses:
If the connection cannot be made to the server specified, the reason is contained in a message returned to the user.
After statements are passed to the requested server, any results are converted into a form that can be recognized by the client program.