An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
i am ggetting diz error why i do login in my backoffice
Hi jordan,
You should specify the OLE DB provider in the connection string.
string connectionString = "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=Northwind;Integrated Security=SSPI;";
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.