Subject Re: [IBO] New user basic question
Author peter@cyionics.com
Thank you Tiberiu

I definitely didn't realise it was so simple.

Many

Thanks

----- Original Message -----
From: Tiberiu Atudorei
To: IBObjects@yahoogroups.com
Sent: Friday, May 23, 2003 9:26 AM
Subject: Re: [IBO] New user basic question


IB_query1['field_name'] should do the trick to access
the field value if you know the field/column name....
BTW...get useed to it....forget fields (from tables..)..
welcome coluumns (from queries..).
I don't think that accessing a column value based on the position is a very
good ideea....
Good luck and MAY THE CODE BE WITH YOU
(and your hair : )

Tiberiu ATUDOREI
----- Original Message -----
From: "pchaisty" <peter@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, May 23, 2003 11:18 AM
Subject: [IBO] New user basic question


> 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
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>


Yahoo! Groups Sponsor



___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


[Non-text portions of this message have been removed]