Top "Oledbconnection" questions

An OleDbConnection object represents a unique connection to a data source.

OLEDB connection to Access Database (accdb)

I want to make a simple application for an exercise, so it could be nice to connect to a simple …

c# asp.net oledbconnection
What is causing my OLEDbException, IErrorInfo.GetDescription failed with E_FAIL(0x80004005)

I am using an OleDbConnection, OldDbCommand, and OleDbReader against an Access database. I have a named query in the database …

exception ms-access oledbconnection
Parsing CSV using OleDb using C#

I know this topic is done to death but I am at wits end. I need to parse a csv. …

c# parsing csv oledb oledbconnection
Can we add Reference of 'Microsoft.ACE.Oledb.12.0.dll' to project

I am getting error "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine." on my testing …

.net database oledb oledbconnection
C# OleDb Exception "No value given for one or more required parameters" while trying to delete from Access database

I have a table with "SEMESTER, SUBJECT, OFFER, RESULT" where "SEMESTER" & "SUBJECT" is PRIMARY KEY. When i use the …

c# ms-access oledbconnection oledbexception
the 'microsoft.ace.oledb.12.0' provider is not registered on the local machine while reading a excel file in c#

I am reading an excel file and I want to access its contents. I am using this connection string: connectionString = …

c# excel oledb oledbconnection
Help with a OleDB connection string for excel files

The problem i'm having is that the data adapter is looking at only the first row in each column to …

c# connection-string oledbconnection import-from-excel
Number of query values and destination fields are not the same error

I am getting an error while inserting data into a database. The error is: "Number of query values and destination …

c# winforms ms-access oledbconnection
An OLE DB Provider was not specified in the ConnectionString. 'Provider=SQLOLEDB;

i trying to run query using C#, i am getting the following problem An OLE DB Provider was not specified …

c# asp.net oledbconnection oledbdatareader executereader
Difference between Sql Connection and OLEDB Connection

What is the difference between the SQL Connection and OLEDB Connection? Is that OLEDB is common to all (also SQL …

sql sqlconnection oledbconnection