Avatar of holemania
holemania

asked on 

VB.NET Drop and create table, import data

I need help with a vb.net application.  I need some assistance or example code of dropping a table, create table, and then import data from an excel into that table.

Table will be call CUSTOMERS with field ID, NAME, ADDRESS, CITY, STATE, ZIPCODE.

By pushing a button on the form, I would like for it to drop the table CUSTOMERS in my SQL database, create that table, and then insert Column A - F (same order as above fields) into the database table.
Microsoft AccessVisual Basic.NET.NET Programming

Avatar of undefined
Last Comment
holemania

8/22/2022 - Mon