Embedded SQL: Difference between revisions

Content deleted Content added
Helena (talk | contribs)
Updated Mimer SQL programmer's guide link
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (Whoop whoop pull up - 21816
 
(8 intermediate revisions by 5 users not shown)
Line 12:
SQL may also be embedded in languages like PHP etc.
 
The SQL standard [[SQL:2023]] is available through purchase and contains a chapter on'''21 Embedded SQL''' and its syntax rules.<ref>{{cite web
|url=https://www.iso.org/standard/6355676584.html
|title=SQL Standard 20162023 Chapter 21 Embedded SQL
|work=ISO/IEC 9075-2:20162023 Information technology — Database languages — SQL — Part 2: Foundation (SQL/Foundation)
|publisher=[[ISO]]
|accessdate=2023-0308-3017
}}</ref>
 
== SystemsDatabase systems that support embedded SQL ==
 
=== Altibase ===
Line 104:
=== SAP Sybase ===
SAP Sybase ASE 15.7 supports embedded SQL for C and COBOL as part of the Software Developer Kit [[Sybase]].<ref>{{cite web
|url=http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/embeddedsql
|title=EmbeddedSQL
|work=SAP Sybase Products
|publisher=SAP Sybase
|accessdate=2012-09-05
|archive-date=2009-10-23
|archive-url=https://web.archive.org/web/20091023214433/http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/embeddedsql
|url-status=dead
}}</ref>
 
Line 139 ⟶ 143:
== See also ==
* [[Language binding]]
* [[Module SQL]]
* [[PL/SQL]]
* [[Pro*C/C++]]
Line 151 ⟶ 156:
* [http://infolab.stanford.edu/%7Eullman/fcdb/oracle/or-proc.html Introduction to Pro*C Embedded SQL]
* [http://www.oreillynet.com/pub/a/databases/2006/12/07/embedded-sql-with-pro-c.html Embedded SQL with Pro*C]
* [httphttps://tahitidocs.oracle.com/plscd/db92B10501_01/db92appdev.show_toc?partno=920/a58231/ch2.htm SQL*Module for Ada Programmer's Guide, Release 8.0]
* [https://www.postgresql.org/docs/current/ecpg.html ECPG, PostgreSQL Documentation]
* [https://www.ibm.com/support/knowledgecenter/SSGU8G_14.1.0/com.ibm.esqlc.doc/esqlc.html ESQL/C, Informix Documentation]'