Fetching data in to a dynamically allocated data structure using OCI
Hi,
I am new to OCI programming. I would like to fetch data from a SQL query in to a data structure which is dynamically allocated depending on the number of rows fetched from the query. For ex:- if I am fetching 21 rows from employee table, I would like to create an array of EMPLOYEE data structure locally with size=21 and fetch data in to that array of data structure.
Are there any samples available in OCI?.
Thanks