Embedded Systems
sql.asc
Associated article: Optimizing Client/Server Database Applications
Tags: Database Embedded Systems
Published source code examples accompanying the article by Gary Bist in which he examines two coding methods--the Compound SQL statement and stored procedures--to reduce and reuse embedded SQL code to increase performance and productivity. Also see SQL.ZIP.
_Optimizing Client/Server Database Applications_ by Gary Bist Example 1: (a) C statement C statement embedded SQL statement C statement embedded SQL statement C statement C statement embedded SQL statement (b) C statement C statement embedded SQL statement embedded SQL statement ...


