Subject Data access on client
Author Dieter Raith
I use the API to work with the database. If I issue a "select A,B from
TBNAME" all data is
moved somewhere to the client. Someone told me that this happens. Is it
true?
I can access each row using a cursor. As I know, what I am expecting I
am not happy to copy
the data from one place in memory to another. So I would like to get a
pointer to the place where
the data reside. Is that possible and availlable?

Regards

Dieter