Message 1 of 2
Data table LineFlag_PNP not found SQLite Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm getting this exception from Autodesk Plant 3D, when updating DataManager (for each DataGridViewRow) to cell.Value = DBNull.Value;
System.Data.SQLite (Log): SQLite error (1): no such table: LineFlag_PNP in "select "PnPID","PnPGuid","PnPTimestamp","Flag","Line" from "LineFlag_PNP" where "Line"=@p1"
So the Autodesk is selecting something from LineFlag_PNP table that does not exist for each row.
There is no Class "LineFlag" in Project Setup.
If the solution is that the LineFlag must exist, where in the P&ID Class Definitions must I put it?
Thank you for any suggestions!
MG