I used System.Data.SQLite to open some databases along the UNC path. The version used was 1.0.82, and it worked well. When it was upgraded to 1.0.86, I suddenly started receiving an error message that it could not open the database file.
After a while, I found that a new parameter called parseViaFramework . When I set to true, everything resumed again.
However, there is very little information about what this option does. I could understand that this has something to do with how the connection string was parsed, but what can I get. If I enter parseViaFramework into a Google search, I get only 2 pages of results.
Can someone tell me what exactly this option does?
source share