Subject | Data access on client |
---|---|
Author | Dieter Raith |
Post date | 2004-06-10T16:02:39Z |
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
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