Jump to content

SQL/CLI

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Addbot (talk | contribs) at 03:34, 17 March 2013 (Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q4048868). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The SQL/CLI, or Call-Level Interface, is an extension to the SQL standard is defined in SQL:1999 (based on CLI-95), but also available in later editions such as ISO/IEC 9075-3:2003. This extension defines common interfacing components (structures and procedures) that can be used to execute SQL statements from applications written in other programming languages. The SQL/CLI extension is defined in such a way that SQL statements and SQL/CLI procedure calls are treated as separate from the calling application's source code.

See also

References