Operating System - HP-UX
1825771 Members
2306 Online
109687 Solutions
New Discussion

A program with OCIAttrSet error

 
xinm
Advisor

A program with OCIAttrSet error

Dear friends:
When I run a C++ program which connected database with OCI,there happens an error:
OCIAttrSet() passwd.

I hope somebody can help me.
Thanks!
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: A program with OCIAttrSet error

Hi:

A Google search for OCIAttrSet says that this call is used to set a particular attribute of a handle or a descriptor.

http://esupport.csci.unt.edu/oracle/appdev.901/a89857/oci15r16.htm

Regards!

...JRF...