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:
I am able to connect to the SQLDB to view the data, but not update any fields.
Here is my ConnectionString information from the Web.Config file:
I am quite new to ASP and unsure what steps to take in resolving this issue.
Thanks,
Mike
______________________________________________________________
"It Seems All My Problems Exist Between Keyboard and Chair"
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:
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
This error occurs on this line of VB Code:
Code:
SqlDataSource1.Update()
Here is my ConnectionString information from the Web.Config file:
Code:
<add name="ACU-DRGLibraryConnectionString" connectionString="Data Source=servername;Initial Catalog=Library;Integrated Security=True"
providerName="System.Data.SqlClient"/>
I am quite new to ASP and unsure what steps to take in resolving this issue.
Thanks,
Mike
______________________________________________________________
![[banghead] [banghead] [banghead]](/data/assets/smilies/banghead.gif)