HandleSqlResult

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean HandleSqlResult( SalString sResult )

The HandleSqlResult method displays all info messages in a server result.

Parameters

Name Description
SalString sResult Result string containing a list of server warnings and info messages. The result string is retrieved in the server by calling Client_SYS.Get_All_Info

Returns

The return values is TRUE.

Comments

Server results are created by using server method Client_SYS.Clear_Info, Client_SYS.Add_Warning, Client_SYS.Add_Info.