A generic OCI program for Select queries
Is there an OCI program which can take a select statement like "select * from table" where table can be any table with any schema.
I started writing one by following implicit describe to get the column information and later allocate buffers to the same but I am not able to continue because for each datatype the OCIDefineByPos has to defined differently. Could someone please help.