DBExpress and Oracle Packages

medreis

Местный
Регистрация
23 Апр 2009
Сообщения
9
Реакции
10
Credits
10
Hello,

what's the better way to execute/use package in Delphi/dbexpress component ?

My package have procedures or functions that return true or False, cursor or have parameters with " out " clause and I want use this parameters in my application.

Simple test;

Package.fReturnSales ( pIdSales in varchar2,
pcodError out varchar2,
pResultCursor out Cursor ) return Boolean is
begin
open cursor into pResultCursor;
if Found then
return(true);
else
pcodErro:= xxxx;
return(false);
end;
end;

Tanks
Marcio Eduardo
 

mehran72

Турист
Регистрация
7 Июн 2014
Сообщения
3
Реакции
0
Credits
6
Привет
Есть ли способ взломать TMS пакет 7.1.30?