Consultor Eletrônico



Kbase P9589: Can Java access Progress 4GL tables?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/29/2003
Status: Unverified

GOAL:

Can Java access Progress 4GL tables?

FIX:

This is from our online documentation:

Progress Documentation

Progress SQL-92 Guide and Reference

5.3 How Progress SQL-92 Interacts with Java
Progress SQL-92 stored procedures allow the use of standard Java programming constructs along with standard SQL statements. To do this, the SQL server interacts with Java in the following ways:

When you create a stored procedure, the SQL server processes the Java code, submits it to the Java compiler, receives the compiled result, and stores the result in the database.

When an application calls a stored procedure, the SQL server interacts with the Java Virtual Machine (JVM) to execute the stored procedure and receive any result.