EGL0510E A database connection must be established prior to an SQL I/O operation.

Explanation

An SQL I/O operation was attempted before a database connection was established.

User Response

An SQL I/O operation is valid only after the program creates a database connection. The program can create a default connection based on a program property and can override the default by running the connect system function. Review the EGL help pages for details on program properties and on setting up database access.


Feedback