A connection is a logical association between two applications; in this context, between a client application and a database server. A connection must be established between client and database server before data transfer can take place. In addition, the connection must be maintained for the duration of the transfer of data.
A client application establishes a connection to a database server with either the CONNECT or DATABASE SQL statement. For example, to connect to the database server my_server, an application might contain the following form of the CONNECT statement:
CONNECT TO '@myserver'
For more information on the CONNECT and DATABASE statements, see the IBM Informix: Guide to SQL Syntax.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]