How can I select columns of same type with OCI?
Hi,
I have a hard time with Oracle right now. I try to make use of OCI to get longs and other numeric values from and into tables. But when I execute the code it **runs fine for the first row** but for every subsequent row it delivers the wrong value: the values is present in the row (e.g. in the last field z), but not in the particular field (e.g. x, y). Furthermore all fields of the same type yield the same values. This happens as well for `double precision` as well as for `numeric(38)` fields.
This is the table definition:
0