Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: Event Question Pin
DaveyM696-Mar-09 1:03
professionalDaveyM696-Mar-09 1:03 
GeneralRe: Event Question Pin
E_Gold7-Mar-09 19:16
E_Gold7-Mar-09 19:16 
Question2 way Remoting from client to installed service and Access Denied issue Pin
carbon_golem5-Mar-09 7:16
carbon_golem5-Mar-09 7:16 
AnswerRe: 2 way Remoting from client to installed service and Access Denied issue Pin
led mike5-Mar-09 9:01
led mike5-Mar-09 9:01 
GeneralRe: 2 way Remoting from client to installed service and Access Denied issue Pin
carbon_golem5-Mar-09 9:11
carbon_golem5-Mar-09 9:11 
AnswerRe: 2 way Remoting from client to installed service and Access Denied issue - SOLVED Pin
carbon_golem5-Mar-09 9:03
carbon_golem5-Mar-09 9:03 
QuestionIs the a max row count for SQLDataReader? Pin
Ben Cocker5-Mar-09 6:22
Ben Cocker5-Mar-09 6:22 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Luc Pattyn5-Mar-09 6:34
sitebuilderLuc Pattyn5-Mar-09 6:34 
Hi,

why don't you catch an Exception and look at all its information, using Exception.ToString().
Chances are the problem has been reported but you showed no interest.
Could be a timeout, an out-of-memory condition, ...
Since the number of rows returns is constant, I do expect an OOM.

BTW: if 8 million is what you expect, how many records are there?
And if you were to want all existing records, why use a SP in the first place?

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


modified on Sunday, June 12, 2011 9:07 AM

GeneralRe: Is the a max row count for SQLDataReader? Pin
Ben Cocker5-Mar-09 6:48
Ben Cocker5-Mar-09 6:48 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Luc Pattyn5-Mar-09 7:14
sitebuilderLuc Pattyn5-Mar-09 7:14 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Luc Pattyn5-Mar-09 8:04
sitebuilderLuc Pattyn5-Mar-09 8:04 
GeneralRe: Is the a max row count for SQLDataReader? Pin
Jon Rista5-Mar-09 10:27
Jon Rista5-Mar-09 10:27 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Luc Pattyn5-Mar-09 10:45
sitebuilderLuc Pattyn5-Mar-09 10:45 
GeneralRe: Is the a max row count for SQLDataReader? Pin
Jon Rista5-Mar-09 12:18
Jon Rista5-Mar-09 12:18 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Ben Cocker5-Mar-09 22:54
Ben Cocker5-Mar-09 22:54 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Jon Rista5-Mar-09 6:35
Jon Rista5-Mar-09 6:35 
GeneralRe: Is the a max row count for SQLDataReader? Pin
Ben Cocker5-Mar-09 6:54
Ben Cocker5-Mar-09 6:54 
GeneralRe: Is the a max row count for SQLDataReader? Pin
Dave Kreskowiak5-Mar-09 7:40
mveDave Kreskowiak5-Mar-09 7:40 
GeneralRe: Is the a max row count for SQLDataReader? Pin
Dragonfly_Lee5-Mar-09 18:12
Dragonfly_Lee5-Mar-09 18:12 
AnswerRe: Is the a max row count for SQLDataReader? Pin
Pete O'Hanlon5-Mar-09 10:57
mvePete O'Hanlon5-Mar-09 10:57 
QuestionHow to use a COM Interface Dll within C# code??? Pin
lane0p25-Mar-09 6:18
lane0p25-Mar-09 6:18 
AnswerRe: How to use a COM Interface Dll within C# code??? Pin
Yusuf5-Mar-09 7:56
Yusuf5-Mar-09 7:56 
AnswerRe: How to use a COM Interface Dll within C# code??? Pin
Dragonfly_Lee5-Mar-09 18:20
Dragonfly_Lee5-Mar-09 18:20 
GeneralRe: How to use a COM Interface Dll within C# code??? Pin
lane0p25-Mar-09 23:29
lane0p25-Mar-09 23:29 
GeneralRe: How to use a COM Interface Dll within C# code??? Pin
Dragonfly_Lee6-Mar-09 2:41
Dragonfly_Lee6-Mar-09 2:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.