Right, I've come across a big problem, but I dont know if it's an ES problem, a VDB problem, or my problem.
Basically, I tried to save a record with a column called "Actioned" (Char 1) with the data '-1'. Obviously that's two characters so the saved failed.
My try/catch caught the exception, so I preceeded to re-fire my code, and I get this exception when trying to load a query:
Error 101 (Provider v. 3.3.1.57): Cannot open data storage or file: Program Files\iVirtualDocket\Database\iVirtualDocket.vdb3
Error 117 (Provider v. 3.3.1.57): Cannot open database: Program Files\iVirtualDocket\Database\iVirtualDocket.vdb3
Any ideas how to fix this? Who's problem is it? Here is my code that causes the above error, althrough any collection load has the same issue.
Code:
1
2 m_BreakIns.Query.Where(m_BreakIns.Query.Actioned.Equal("0"));
3 m_BreakIns.Query.Load();
Restarting the application fixes the bug and it's 100% reproduceable.
Current Projects:
iVirtualDocket | iWontRemember