I am using OleDbConnection to Access databases, in a VB 2010 Windows Form Application.
Trying to figure out how to copy a table from one OleDb database and add it to another, complete with column properties, keys and indexes. The table data is not an issue here.
I can successfully copy the table between databases using SELECT INTO, but changes I make to the table in the source database dont come thru.