A problem with ROWTYPE in input parameter in a Stored Procedure

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Lutz
Posts: 4
Joined: Thu 13 Oct 2005 12:41
Location: Germany

A problem with ROWTYPE in input parameter in a Stored Procedure

Post by Lutz » Thu 18 Jan 2007 07:07

Hi,

C++-Builder 6.0
ODAC 5.80 Build 38
Oracle 10g2

When a Oracle Stored Procedure has a input parameter of Oracle-ROWTYPE,
the Prepare-Methode of TOraStoredProc causes the following error:

EAssertionFailed 'Unknown data type (D:\Projects\Delphi\Odac\OraClass.pas, Line 2849)

Same problem in ODAC 5.70 Build 39.
With ODAC 5.70 Build 33 it works fine.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 22 Jan 2007 11:09

ODAC doesn't support records.

Post Reply