C# creating table in Access database and “Data type mismatch” error
It is easy to create Access database tables in code in C#. But sometimes you might end with error Data type mismatch The problem of the mismatch in DataColumn type is due to the OleDbType assigned. Adding new column takes for second parameter the datatype. There are many types available to cover different data connections … Read More »