sp_remote_exported_keys System Procedure

Provides information about tables with foreign keys on a specified primary key table.

The server must be defined with the CREATE SERVER statement to use this system procedure.

Syntax

sp_remote_exported_keys (@server_name , @sp_name 
[,  @sp_owner [, @sp_qualifier ]])

See SQL Anywhere 11.0.1 > SQL Anywhere Server - SQL Reference > System Objects > System procedures > Alphabetical list of system procedures > sp_remote_exported_keys system procedure.

Related concepts
Syntax Rules for Stored Procedures