Click here to Skip to main content
15,671,597 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Visual Studio 2013 and VB.Net. I am looking for sample VB.Net code to copy an Access database Table (structure only - no data) into the same database but with a new name for the Table. I have not been able to find an example of the proper VB.Net code to accomplish this. Thank you in advance for any help you may be able to offer.
Posted

1 solution

Will a SELECT INTO statement work? I know it does with SQL server.
For example SELECT * INTO newtable FROM oldtable WHERE 0=1
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900