Hi Everyone,
I am building a webpage using Visual Studio, ASP pages, VB code behind.
I tested the pages by connecting to a MS Access DB, and now I am using a new ConnectionString to the SQL data and get the following error:
This error occurs on this line of VB Code:
SqlDataSource1.Update()
I...