The assembly name or filename of an ADO data provider.
Provider DLLs may be located in either the .NET Global Assembly Cache (GAC) or the web application's bin folder.
For data providers located in the GAC, specify the invariant name. For example: System.Data.SqlClient
For data providers located in the web application's bin folder, specify the DLL filename. For example: System.Data.RSSBus.Facebook.dll
|