goingkraze
Technical User
I have been asked to write a piece of code to take a local MS Access table and bulk load to the MS SQL table. I have searched for threads, but just can't figure out how to get a SQL statement to recognize the local table.
I have this so far
MyCon.Execute ("INSERT INTO WAREHOUSE.dbo.TABLE1 SELECT * FROM Table1;")
but it does not recognize the MS Access table "Table1"
Any help is greatly appreciated.
Thanks
I have this so far
MyCon.Execute ("INSERT INTO WAREHOUSE.dbo.TABLE1 SELECT * FROM Table1;")
but it does not recognize the MS Access table "Table1"
Any help is greatly appreciated.
Thanks