Subject Re: how does one assign a field value
Author Eric Handbury <ehandbury@hotmail.com>
--- In IBObjects@yahoogroups.com, "Jonathan M. Freedman"
<jonathanmfreedman@h...> wrote:
> how does one assign a field value from fb 1.5 thru an ibo 4h
cursor to a
> c++builder 6 string variable

str = cursor->FieldByName("XXX")->AsString;

I suggest you order the Getting-Started-Guide or read the
tutorials since this is a very basic IBO question.