Should we be able to call the 'ANALYZE' command using the ExecuteScalar method on a SqliteCommand. Currently when we attempt this we get the following message:
Could not find stored procedure 'ANALYZE'
The command runs successfully using the Sqlite3.exe and improves performance no end.
We are using version 1.0.66.0 of System.Data.SQLite.
This issue asside we are well impressed by SQLite and the ADO provider. So fast.....