Top "Oledbdataadapter" questions

OleDbDataAdapter is a part of the ADO.

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
Writing to excel using OleDb

I am attempting to export rows of data from sql to excel but my Insert Command seems to fail every …

c# oledb export-to-excel oledbdataadapter
How to fix "Not a legal OleAut date." when reading an Excel file in C#?

I have been working with excel spreadsheets and so far I never had any problems with them.. But this error,"…

c# excel oledbdataadapter
How to SELECT from any spreadsheet in Excel File using OleDbDataAdapter

I'm using OleDbDataAdapter to extract DataSet from excel file, but I have problems with SELECT statement inside DataSet excelDataSet = new …

c# excel linq oledb oledbdataadapter
Quirky SELECT from Excel file via OleDbDataAdapter method (C#)

I have got an Excel file in this form : Column 1 Column 2 Column 3 data1 data2 data1 data2 data1 data2 data1 data2 …

c# excel null oledbcommand oledbdataadapter
Using OleDbDataAdapter to update a DataTable C#

I have been trying to use OleDbDataAdapter to update a DataTable but got confused about the commands. Since I sometimes …

c# datatable dataadapter oledbdataadapter updatecommand
OleDbDataAdapter and column casting while importing Excel to ASP.NET

I'm importing an excel using c#. But CustomerOrderNR column contains these kind values: 20283 20213 20625 50749-50 30687 31975 82253 But when I execute these codes: …

c# sql casting oledbdataadapter
How to Display data in textbox using MS Access database

Im trying to display user data from database into textbox, so that user can edit/update that data later. Im …

c# ms-access textbox oledbdataadapter oledbdatareader