oledbdataadapter Questions

4

Solved

i try to get some Data from a Access Database via OleDB in a DataSet. But the DataSet is empty after the Fill() method. The same statement works and return 1 row when i trigger them manually in D*....
Ledaledah asked 30/6, 2011 at 8:53

2

I am experiencing a timeout issue writing data from a dataset into an excel spreadsheet. Here is my connection string currently: <add key="ExcelConnectionStringHeader" value="Provider=Microsoft...
Monthly asked 23/10, 2012 at 20:7

1

Solved

I'm using OleDbDataAdapter to extract DataSet from excel file, but I have problems with SELECT statement inside DataSet excelDataSet = new DataSet(); using (OleDbConnection con = new System.Data.O...
Dutiful asked 16/12, 2013 at 18:30
1

© 2022 - 2025 — McMap. All rights reserved.