Multiple Insert statements in one connection
问题 I need some tips on how to do this better, I am inserting multiple queries with using one connection. I understand this is not good programming , especially with it being very prone to sql injection, I also wanted to mention it's not going to be out on the internet just run locally. This is what I have so far.. public partial class Modify : System.Web.UI.Page { OleDbConnection connection; OleDbCommand command; public void OpenConnection2() { connection = new OleDbConnection(""); command = new