The Unbound Form and Stored Procedures

My favorite technique with unbound forms is to use stored procedures to retrieve, insert, update, and delete data. Whereas the first two techniques covered in this chapter include the SQL statements required to manipulate the data, the code in this section simply executes stored procedures that retrieve, insert, update, and delete the data. The process of using stored procedures has the following benefits:

  • Stored procedures help you to separate the client application from the structure of the database.

  • Stored procedures help you to simplify client coding.

  • Stored procedures process at the server (reducing required bandwidth).

  • Stored procedures allow you to create reusable code.

  • Stored procedures allow you to ...

Get Alison Balter's Mastering Access 2002 Enterprise Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.