executereader Questions

5

Solved

The error above occurs when I try to do a dataReader.Read on the data recieved from the database. I know there are two rows in there so it isnt because no data actually exists. Could it be the Com...
Selfconsistent asked 12/8, 2010 at 7:16

4

I'm trying to read data from a SQL table in a powershell script. I can see the data in reader object, but when reading it using While (readerobject.read()){}, it's not going inside the loop. Power...
Orthohydrogen asked 21/5, 2015 at 13:42

2

Solved

i trying to run query using C#, i am getting the following problem An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB; my code string strCon...
Columbus asked 21/4, 2014 at 7:29

0

We have an extremely weird problem at hand. The .Net SqlDataReader object gets stuck while reading a value on GetValue() method. There are no exceptions and it does not timeout for at least more th...
Evenson asked 3/2, 2017 at 3:5

2

stuck on this since few days please help. I have tried a lot of solutions like increase connection timeout in web config: below is my error code. Server Error in '/' Application. The wait operat...
Postern asked 22/2, 2016 at 9:28

2

Solved

I am having Invalid attempt to call Read when reader is closed error when I am doing 3 tier project in C# language. What I am trying to do is retrieve address data column by joining two tables toge...
Hin asked 9/12, 2013 at 11:49
1

© 2022 - 2025 — McMap. All rights reserved.