vb.net - ".accdb" has become corrupted -


my program works fine inserting stuff in .accdb file, updating etc. working until add field in .accdb type "calculated field" whenever program can no longer open .accdb. it's throwing error database has become corrupted.
happens adding field in database, without changing coding in program.
has come around issue? there way fix it?

i'm inserting "column1","column2","column3","column4","column5" , sixth column has calculated field column1 + column2 etc.


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -