Hi, I am using Pro*c to connect to oracle and get the results. All I want to do is send a query as parameter and get the results in some two dimensional character, Oracle Pro*c does not provide enough flexibility with its EXEC FETCH variable which forces use to declare variables to fetct into.Is there some kind of similar API in Oracle like mysql C API.If pro*c is the only is there a technique or better way to retrieve the row results into a characer array.
Any Help Appreciated, Thank You Vinay