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
To send a statement to a remote server (Syntax 1)
To place SAP Sybase IQ into passthrough mode for sending a series of statements to a remote server (Syntax 2)
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.
SQL—ISO/ANSI SQL compliant.
Sybase—Supported by Open Client/Open Server.
None