Page 1 of 1
ODAC 5.70.1.34
Posted: Fri 14 Jul 2006 06:29
by danilkak
Hello !
How can i get previous version 5.70.1.33 ???
New version (34) does not work correctly. Renewing project leads execution error (AV) on calling package function using TOraPackage.
Posted: Fri 14 Jul 2006 06:42
by Challenger
Please describe this problem more detailed.
Posted: Fri 14 Jul 2006 07:41
by danilkak
Delphi code:
begin
DM.P_Global.ExecProcEx('Set_BegDate', ['aDate', dxBegDate.CurDate]);
....
end;
Oracle procedure:
PROCEDURE Set_BegDate(aDate Date) IS
BEGIN
Current_BegDate:=aDate;
END;
ODAC Debug window:
begin
FC_GLOBAL.Set_BegDate(:ADATE);
end;
:ADATE(DATE,IN)='01.07.2006'
After (or during) execution - AV at address 0x00000
Posted: Fri 14 Jul 2006 08:39
by Challenger
We couldn't reproduce this error. Please specify versions of Delphi and Oracle you use and send to ODAC support address complete sample that demonstrates this problem and include script to create server objects.
Posted: Fri 14 Jul 2006 08:59
by danilkak
Please email address...
Posted: Fri 14 Jul 2006 09:23
by Challenger
odac*crlab*com