Vb.net: how add an column (field) into a table in Access database?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello! I'm have an Access database (mdb) with table 'Table' with 2 columns (fields): 'fieldA' and 'fieldB' (for example). The question is how to add new column (field) 'fieldC' progamatically (when my program is running). I'm use OleDB to open this database. If you know how to do this - please answer (please with example). May be I'm must use AboDB (not good for me) or AdoDX or something else. Thank you! Code