Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
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 
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 
Hi Ben,

adding a field to the query does not change the memory situation if that field eventually gets stored in a value type inside Record, such as an int or Int32, since such members get allocated memory whether you fill them or not.

If adding some NEW members to the Record class still keeps it failing at record 726,301 then I might be inclined to say something is abnormal with that record (say a NULL value, so your GetInt32 fails).

My odds are still very much in favor of O-O-M though.

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 Thursday, March 5, 2009 2:34 PM

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 
GeneralRe: How to use a COM Interface Dll within C# code??? Pin
lane0p26-Mar-09 4:45
lane0p26-Mar-09 4:45 
QuestionHow to get the value from a variable and use it eg Form.VariableValue Pin
MarkB1235-Mar-09 5:53
MarkB1235-Mar-09 5:53 
AnswerRe: How to get the value from a variable and use it eg Form.VariableValue Pin
Xmen Real 5-Mar-09 5:57
professional Xmen Real 5-Mar-09 5:57 

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.