Connect to SQL Server Express DB in Visual Studio with Vb.net?.
I am currently developing a Windows application. When you use the Display the grid provided by Visual Studio i can Retrive data from my database. When I change the data it seems that it saves, but when I go into the database it does not save. When I tried to manually write the code I now get an error saying "specification authentication disabled ', when the program opens the connection (cnn1.open ()) Any ideas? A response ASAP would be greatly appreciated. Thank you
When you change the data you change in the recordset, to update the database you must use "update" method. email me if you want more info.
ASP.NET Grid – How to Present Data in Cards