Home | Previous Page | Next Page   Programming with SQL > SQL in Programs >

Static Embedding

You can introduce SQL statements into a program through static embedding or dynamic statements. The simpler and more common way is by static embedding, which means that the SQL statements are written as part of the code. The statements are static because they are a fixed part of the source text. For more information on static embedding, see Retrieving Single Rows and Retrieving Multiple Rows.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]