Hi, we have doa 3.4.6.1.
We try to write external funcions for oracle 8.1.7.
My delphi func header looks like:
function TEST(Context: Pointer; dLo, dHi: TOciDate; i: integer): integer; cdecl;
I try to convert ocidate to delphi datetime with:
Session.ExtProcShare(Context);
d:=Session.OCIDateToDateTime(dLo);
The soecond line gives an AV. I guess there is something with the ocidate pointer type.
Please let me know what i am doing wrong.
Thanks in advance,
B.
We try to write external funcions for oracle 8.1.7.
My delphi func header looks like:
function TEST(Context: Pointer; dLo, dHi: TOciDate; i: integer): integer; cdecl;
I try to convert ocidate to delphi datetime with:
Session.ExtProcShare(Context);
d:=Session.OCIDateToDateTime(dLo);
The soecond line gives an AV. I guess there is something with the ocidate pointer type.
Please let me know what i am doing wrong.
Thanks in advance,
B.