VBA ADODB multirow insert not working
问题 I am trying to figure out how to do multirow inserts using ADODB in VBA excel. My problem seems to be that i can`t figure out the correct syntax to use for this simple task, even after searching I am still lost as to why it does not work. I have no problem doing a single insert using the statement INSERT INTO test.dbf ('field1','field3') VALUES ('test1','test11') But as soon as I try INSERT INTO test.dbf ('field1','field3') VALUES ('test1','test11'), ('test2','test22') It gives me the