Avatar of ba272
ba272

asked on 

With C# OleDB, is there a way to copy an Access table?

Hi,

I'm using OleDbCommand and need to programmatically copy a table in Access but can't find how to do it.  I could also create the table from scratch, except that I doubt that the schema would be so easy to describe to Access.  I imagine copying a dummy table would be easier.

Has anyone got any idea how to help me proceed?

I appreciate it.

Thank you.

Robert
C#

Avatar of undefined
Last Comment
Jesse Houwing

8/22/2022 - Mon