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_import_sql(const dump: string): longword;

Arguments:

dump SQL dump script

Description:

This function imports (executes) SQL dump script. It can import dumps generated with sds_export_sds, sds_export_sql and other SQL scripts if they don't expand SDS2/SQL limits.

Returns:

Number of queries executed successfully.

Usage:

i := sds_import_sql(s);

See also:

sds_export_sds, sds_export_sql.

PSP Help documents