EGL Reference Guide for iSeries


EGL Java run-time error code VGJ0701E

VGJ0701E: 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.


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