Callstack:Project PA.exe raised exception class $C0000005 with message 'access violation at 0x00d23de8: read of address 0x00000000'.
Code: Select all
DBAccess.TDBAccessUtils.CheckArrayType($7952890,ftLargeint)
DBAccess.TDAParam.CheckArrayType(ftLargeint)
DBAccess.TDAParam.SetValueCount(2000)
DBAccess.TDAParams.SetValueCount(2000)
ThreadModule.TThreadDM.DataModuleCreate($3F405C0)
Code: Select all
if Params.Owner is TCustomDASQL then
if not GetICommand...
Code: Select all
{$T-} { Typed @ operator }
{$Z1} { Minimum enum size }
{$A+} { Padding to align a Field }
{$I+} { enables or disables the automatic code generation that checks the result of a call to an I/O procedure }
{$X+} { Extended syntax }
{$H+} { Use long strings by default }
{$J+} { Writeable structured consts }
{$R-} { Range-Checking }
{$U-} { Pentium-safe FDIV operations }
{$Q-} { Overflow checking }
{$P+} { Open String Parameters }
{$V+} { Var-string checking }
{$YD} { Symbol declaration and cross-reference information: D=Default }
{$INLINE ON} { Must Be ON }
{$DEFINE UNIDAC} { Must be Defined }
{$DEFINE UNIDACPRO} { Must be Defined }