#UpdateColumn
Explore tagged Tumblr posts
innercreationthing-blog · 6 years ago
Text
Update Oledb Access columns at run time in C#/.Net
Update Oledb Access columns at run time in C#/.Net
How to add fields to a access table in C# at run time ? This tutorial will share what you need to learn.
.Net Coder
First I have to say that , in this example used the Oledb adapter and connection which is not included in this code. You can check my previous posts on oledb connections(connection and Adapter).
I am going to put a checking section before adding column, others wise C# will…
View On WordPress
0 notes