pszSQL

Specifies the recordset to load as follows:

In an SQL SELECT statement, the field containing the image must be specified first. For example, where photo is the image field and who is the sort field, the statement to select all records in the people table would be as follows:

SELECT photo,* FROM people ORDER BY who