Subject Re: [IBO] EAccessViolation
Author Jason Wharton
This has to be a result of something unique to your situation of which we
know nothing from your message. If there was something wrong with this code
you have right here everyone would be claiming problems. I'm not saying
there isn't something somewhere that needs to be addressed, it just isn't
evident in your post.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <moorefg@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, February 07, 2001 12:12 PM
Subject: [IBO] EAccessViolation


> I am getting errors from the enclosed procedure in IBA.Column.IMP
>
> procedure TIB_ColumnInteger.SetValue( const NewValue: integer);
> begin
> SysBeforeModify;
> SysSetIsNull( false );
> integer(FNewColumnBuffer^) := NewValue;
> SysAfterModify;
> end;
>
> Any help as to where to look for the problem would be appreciated.
>
> Francis Moore
>
>
>
>
>