Hi all! I'm trying to access my SpatiaLite db using System.Data.SQLite. I first tryed to access without using the SpatiaLite extension to access non-spatial data and it worked correctly. Then i put SpatiaLite's dll into the Release folder, added the following 2 lines: cmd.CommandText = "SELECT...