Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Saturday, November 11, 2017

Doing multiple updates with an ADODB Connection

SQLServerCentral » Latest topics
Doing multiple updates with an ADODB Connection

This working code lets the user enter something in a cell, click a button in Excel and exports the data into a SQL Server database. The problem is that I would like to do multiple updates. The code works when I have one line of code doing only one up

No comments: