Hello,
if we use sqlite PRAGMA statements some of them are reporting a result like PRAGMA integrity_check. If the check fails a string for each wrong report is reported.
With other PRAGMAS I use SQL.ExecNonQuery("PRAGMA auto_vacuum=0") and it works fine.
But how to retrive a PRAGMA Result as shown in the example? ExecNonQuery does not return results.
Can anyone help me?
if we use sqlite PRAGMA statements some of them are reporting a result like PRAGMA integrity_check. If the check fails a string for each wrong report is reported.
With other PRAGMAS I use SQL.ExecNonQuery("PRAGMA auto_vacuum=0") and it works fine.
But how to retrive a PRAGMA Result as shown in the example? ExecNonQuery does not return results.
Can anyone help me?