Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: Frames and TOCIUpdateSQL
Frames and TOCIUpdateSQL
Posted: 2004/06/03 10:27
 
I found a strange problem using frames and INSERT SQL. Sometimes insert operation generate access violation. It happens only with the tables with autogenerated by Oracle keyfield. Without frames everything is ok.
Windows 2000 pro
Oracle 8
Delphi 7.1 Ent
RE: Frames and TOCIUpdateSQL
Posted: 2004/06/03 11:13
 
I solve this problem. It has nothing to do with frames or INSERT. The problem was with difinition of type ub4 in unit NCOci. I fixed it in this way for Delphi 7:

ub4 = Cardinal;