K
Kevin
Hi All
I would like to call the following:
OCIAttrGet(ParamHandle,
OCI_DTYPE_PARAM,
HasDefault,
Nil,
OCI_ATTR_HAS_DEFAULT,
ErrorHandle);
from C#. Does anyone have any examples of how you go about calling
OCI? I am trying to find out if a stored procedure has a default
value, and there is now way to do this using any of the ADO drivers
for .NET.
Thanks in advance
Kevin
I would like to call the following:
OCIAttrGet(ParamHandle,
OCI_DTYPE_PARAM,
HasDefault,
Nil,
OCI_ATTR_HAS_DEFAULT,
ErrorHandle);
from C#. Does anyone have any examples of how you go about calling
OCI? I am trying to find out if a stored procedure has a default
value, and there is now way to do this using any of the ADO drivers
for .NET.
Thanks in advance
Kevin