Hi, MM <finjulhich at gmail.com> writes: > If I copy my entire sqlite database file to a new database just to actually > remove those unwanted columns, would the C++ generated by odb still work on > the new database? Yes, this will work. Once the column is "logically" removed, ODB will never refer to it. Boris