Consultor Eletrônico



Kbase 13609: Oracle Dataserver & Stored Procedures, bug in 7.2 and 7.3
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Oracle Dataserver & Stored Procedures, bug in 7.2 and 7.3

There is a known issue when using stored procedures against an ORACLE
database using the PROGRESS Oracle DataServer. After defining a
BUFFER for use in the application and updating the schema holder,
the metaschema does not accurately reflect the BUFFER definition.

As a workaround, run this module against the schema holder each time
a new BUFFER is defined for a stored procedure.

/* strdpr.p */
for each _file where _file._for-name begins "BUFFER_":
_file._for-type = "BUFFER".
for each _field of _file:
_field._for-itype = _field._fld-misc1[2].
end.
end.

Progress Software Technical Support Note # 13609