BINARY_INTEGER and/or PLS_INTEGER in stored procedure parameters
Posted: Mon 06 Jun 2005 11:38
How OraDirect.NET handle BINARY_INTEGER or PLS_INTEGER when they encountered in a stored procedure parameter list? I mean following procedure declaration:
I'm tried to use such procedures in Delphi 2005 with ADO.NET and received parameters with type ftInterface. It seems even Borland don't know how to work with parameters of this type. What about OraDirect.NET?
Code: Select all
create or replace procedure Test(Value1 in pls_integer, ...