Subject | New user basic question |
---|---|
Author | pchaisty |
Post date | 2003-05-23T08:18:17Z |
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
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