to retrieve the metadata of prepared statement using OCI calls. [message #428853] |
Fri, 30 October 2009 05:58 |
ftil555
Messages: 2 Registered: October 2009
|
Junior Member |
|
|
Hi All,
I am using Oracle 10g release2.
To execute Insert statement function OCIStmtPrepare() is used.
e.g "INSERT INTO BulkInsertTable(IndexName) VALUES(:M)".
Now, I want to get the metadata(say its datatype, length, etc) of column IndexName or of place holder :M programatically. Is there any such method in OCI? Can OCIParamGet() function be of any help for the above said problem.
Need help to proceed further.
Thanks and regards
FTIL555
|
|
|