Updated code:
used uppercase and schema
StringTable := TOracleObject.Create(MainDataModule.OracleQuery1.Session,
'SSC.VARCHAR_240_TABLE_T', '');
INTTable := TOracleObject.Create(MainDataModule.OracleQuery1.Session,
'SSC.NUMBER_TABLE_T', '');
Still same issue.
Hi Marco,
I am trying to create a TOracleObjest with the help of following linkhttps://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=47875
but getting access violation at the time on create myObject.
MY delphi code:
var
i: Integer;
StringTable, INTTable ...