This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function sds_result_fields(rp: SDS_Result): longword;

Arguments:

rp Result pointer

Description:

Returns number of columns in the result rowset.

Returns:

Row width or 0 on error (for example, if result cmd is not SELECT).

Usage:

i := sds_result_fields(rp);

See also:

sds_query.

PSP Help documents