Home | Previous Page | Next Page   Access Methods > User-Defined Access Methods >

Seamless Use of SQL

With the aid of a user-defined primary access method, you can use a SELECT statement to access any of the following data as though the data resided in an IBM Informix relational table:

The end user can use SQL to access both IBM Informix data and virtual table data. A virtual table requires a user-defined access method to make the data in the table accessible to Dynamic Server. In Figure 1, a single application processes IBM Informix data as well as virtual data in an external location and smart-large-object storage.

Figure 1. Using a Primary Access Method
Flowchart shows that a client program can access an Informix table via an SQL engine and a built-in access method. Alternatively, the client program can access a virtual table stored either in an extspace or in an sbspace via an SQL engine and a user-defined access method.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]