RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLStoredProc.PackageName Property

Specifies the name of the Oracle package to which the stored procedure belongs.

Pascal
property PackageName: WideString;
C++
__property BSTR PackageName;

Set PackageName to specify the name of the Oracle package that contains the stored procedure which the StoredProcName property specifies. This property is only used when the stored procedure is defined on an Oracle server.  

If the stored procedure does not belong to a package, the value of PackageName is an empty string. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!