Chapter 4: Open Client Embedded SQL/C

Embedded SQL is a superset of Transact-SQL that lets you embed Transact-SQL statements in application programs written in languages like C. Embedded SQL includes all Transact-SQL statements, and the extensions needed to use Transact-SQL in an application program.

Embedded SQL provides a simple way to retrieve, insert, or modify data stored in any Adaptive Server database.