Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
%Admin Special Method (databasic_sp_method_admin.htm)
This method is used to find information about an object. %Admin can be used with a connection object or a language object.
%ADMIN(keyword)
keyword | Is case insensitive and selects a required operation: | ||||||
|
Var = %Admin(GetError)
Get the last error message returned by the default connection.
Var = SecondCon->%Admin(GetError)
Get the last error message returned by the connection SecondCon.
List = Obj->%Admin(GetMethods)
Get a new line-separated list of methods.