Top "Oledb" questions

OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB) is an API designed by Microsoft for accessing data from a variety of sources in a uniform manner.

Querying an Oracle database from SQL Server

I have an Oracle 11g XE database that I would like to transfer into SQL Server Express 2005. At first I …

sql-server oracle oledb openquery tnsnames
Writing into excel file with OLEDB

Does anyone know how to write to an excel file (.xls) via OLEDB in C#? I'm doing the following: OleDbCommand …

c# excel oledb
Does Microsoft OLE DB Provider for SQL Server support TLS 1.2

Our client recently upgraded from TLS 1.0 to TLS 1.2 and after this our software cannot connect with SQL server. It uses …

sql-server oledb tls1.2
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
What is difference in adodb and oledb?

What is the difference between adodb and oledb? What is the relation between these two? Where does ado.net stands …

ado.net oledb adodb
Microsoft.ACE.OLEDB.12.0 CSV ConnectionString

I know questions this kind are asked from time to time but i can't find any satisfying solution. How can …

c# csv connection-string oledb provider
Linked SQL Server database giving "inconsistent metadata" error

I am currently running a third-party software suite, which uses SQL Server as its database. I have a second instance …

sql-server odbc oledb linked-server
Connecting to ACCDB format MS-ACCESS database through OLEDB

I've recently made another question about connecting to MS-ACCESS database with .NET in C# or VB.NET. It worked just …

c# .net vb.net ms-access oledb
Loading Access DB Table to Datatable

I have a database in .ACCDB format with some tables. I'm successfully loading it into an OleDbDataReader with the following …

c# .net ms-access oledb