Home | Previous Page | Next Page   Modifying Data >

Modifying Your Database

The following statements modify data:

Although these SQL statements are relatively simple when compared with the more advanced SELECT statements, use them carefully because they change the contents of the database.

Think about what happens if the system hardware or software fails during a query. Even if the effect on the application is severe, the database itself is unharmed. However, if the system fails while a modification is under way, the state of the database is in doubt. Obviously, a database in an uncertain state has far-reaching implications. Before you delete, insert, or update rows in a database, ask yourself the following questions:

If you cannot answer yes to each of these questions, do not panic. Solutions to all these problems are built into the Informix database servers. After a description of the statements that modify data, this chapter discusses these solutions. The IBM Informix: Database Design and Implementation Guide covers these topics in greater detail.

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