Collection Contents Index Deleting data using DELETE Executing SQL statements in applications pdf/chap9.pdf

User's Guide
   PART 1. Working with Databases     

CHAPTER 9. Using SQL in Applications


About this chapter 

Previous chapters have described SQL statements as you execute them in Interactive SQL or in some other interactive utility.

When you include SQL statements in an application there are other questions you need to ask. How are query result sets handled in your application? How can you make your application efficient?

While many aspects of database application development depend on your application development tool, database interface, and programming language, there are some common problems and principles. These are discussed in this chapter.


  Executing SQL statements in applications
  Preparing statements
  Introduction to cursors
  Types of cursor
  Working with cursors
  Describing result sets
  Controlling transactions in applications

Collection Contents Index Deleting data using DELETE Executing SQL statements in applications pdf/chap9.pdf