Subject Re: [IBO] fastest way to get a row with no overhead
Author Luiz
----- Original Message -----
From: "Bram van der Voet / A&V" <bram@...>

> I want to fill my special TMyObject with all the data from one row in a
> table (select * from table where id=###). What would be the fastest way to
> get the data with as little overhead is possible. I only need the data, so
> no field definiton info,cursor maintaining, filter etc. whatsoever. Just
the
> plain data by fieldorder.
>
> Bram van der Voet / A&V Automatisering

I would use a tib_cursor to do it.

Luiz.