How to find fetched row length ?
Hello,
I can find the length of each fetched column by lenp parameter of OCIDefineByPos(). is it possible to find the total length of fetched row ? If there is, I will not need to take the sum of each column length in lenp parameter.
thanks in advance...
I can find the length of each fetched column by lenp parameter of OCIDefineByPos(). is it possible to find the total length of fetched row ? If there is, I will not need to take the sum of each column length in lenp parameter.
thanks in advance...
0