DataSourceExecuteSqlSelect

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 DataSourceExecuteSqlSelect(SalString lsStmt)	

The DataSourceExecuteSqlSelect populates a data source by executing an sql statement in the server.

Parameters

Name Description
SalString lsStmt Complete (including where- and order by) sql select statement to use for the populate.

Returns

The return value is TRUE if the data source is populated successfully, FALSE otherwise.

Comments

DataSourceExecuteSqlSelect method is called by the DataSourcePopulateIt method during the populate process.