I cannot save data in access 2007. I tried the following: Add a password to my DB; didn’t work Saved the db as a 2003 file; didn’t work Here is my code: public bool ExecuteUDI(string query) { Command = new OleDbCommand(); Command.Connection = Connection; Command.CommandText = query; Command.CommandType = System.Data.CommandType.Text; try { // Open connection […]
C# Cannot save data in Access 2007
- Post author By user user
- Post date
- Categories In c++, ms-access, ms-access-2007
- 6 Comments on C# Cannot save data in Access 2007