[Solved] what does mean this code in c sharp c# [closed]
I’m guessing you’re getting something along the lines of “there is already an open reader associated with the current connection”, yes? If so, see the second part of the answer. this what i dont understand CustomerDS custDB = new CustomerDS(); custDB.Clear(); adap.Fill(custDB, “Customers”); The first line is trivial, and simply creates a new empty instance … Read more