Hey!
I'm having problem's saving/adding data to my database, this is the code I'm using ;
Dim objRow As DataRow
objDataAdapter.Fill(objDataSet, "Admin")
objRow = objDataSet.Tables("Admin").NewRow
objRow.Item("Name") = txtName.Text
objRow.Item("Address") =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.