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.

DataAdapter.Fill(Dataset)

i try to get some Data from a Access Database via OleDB in a DataSet. But the DataSet is empty …

c# ado.net dataset oledb oledbdataadapter
Import Excel to Datagridview

I'm using this code to open an excel file and save it in a DataGridView: string name = "Items"; string constr = "…

c# excel datagridview oledb
"Cannot create an instance of OLE DB provider" error as Windows Authentication user

I am trying to run openrowset from MS SQL Server on an Oracle server. When i execute the following command: …

sql-server oracle oledb windows-authentication linked-server
Check if ADODB connection is open

I use the following from within some excel procedures to establish a connection to our database. Private Const strConn As …

vba oledb
How to connect to a MS Access file (mdb) using C#?

I'm trying to connect to a mdb file and I understand that I would need Microsoft.OLEDB.JET.4.0 data provider. …

c# ms-access oledb
AcquireConnection method call to the connection manager <Excel Connection Manager> failed with error code 0xC0202009

I have an SSIS package which reads an Excel File (Data Flow Source) and transfer the data to SQL Server …

sql-server excel ssis oledb
OleDB & mixed Excel datatypes : missing data

I have an Excel worksheet I want to read into a datatable - all is well except for one particular …

excel datatable dataset oledb
Microsoft.ACE.OLEDB.12.0 Provider can no longer open .mdb under Windows 8

I have an x64 application which uses Microsoft.ACE.OLEDB.12.0 provider to read an MS Access Database on Windows 7 (x64) …

ms-access windows-8 64-bit oledb office-2013
Reading excel file using OLEDB Data Provider

I am using OLEDB Data Provider to read excel file, but the problem is that in excel sheet some cloumn …

c# .net excel oledb
DTS_E_OLEDBERROR. Error code: 0x80004005.Difference between SQl Native client and oledb provider for sql server

There was a communication link error while I was using SQL Server Native Client 10 in an SSIS Data Flow component. …

sql-server oledb ssis dts