Doh! This
Code:
    oConn.CreateNewDB "D:\TEMP\aaa.db"
    oConn.Execute "PRAGMA auto_vacuum=incremental"
    oConn.Execute "PRAGMA journal_mode=WAL"
. . . works of course. Just had to set auto_vacuum *before* journal_mode.

cheers,
</wqw>