Subject New user basic question
Author pchaisty
Hi
Can anyone please help me

I am a new user to IBObjects and what little hair I have left on the
top of my head is in danger of being pulled out.

Using the delphi convention (d5) I have the following

xxxxxxx := IBTable1.Fields.Fields[2].AsString;


or

xxxxx := IBTable1.FieldByName('FieldName').AsInteger;

I have now converted over to using an IB_Query component, everything
works in terms of IBgrids etc, but how do I implement my old coding
method?

Thanks in advance

Peter