I tried the routine "OCI_ColumnGetType" but it not return types like NUMBER(1,2). Do you know how can I Do it?
Many thanks in advance
yours sincerely Josemi
hi,
2 options :
1 - you can use OCI_ColumnGetFullSQLType() to retrieve the full string type name. 2 - you can use OCI_ColumnGetPrecision() and OCI_ColumnGetScale()
Thank you :-)
I tried the routine "OCI_ColumnGetType" but it not return types like
NUMBER(1,2). Do you know how can I Do it?
Many thanks in advance
yours sincerely
Josemi
hi,
2 options :
1 - you can use OCI_ColumnGetFullSQLType() to retrieve the full string type
name.
2 - you can use OCI_ColumnGetPrecision() and OCI_ColumnGetScale()
Thank you :-)