Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
Questionhow to set CustomDocumentproperyies for Word in C# Pin
Member 18788066-May-05 1:04
Member 18788066-May-05 1:04 
AnswerRe: how to set CustomDocumentproperyies for Word in C# Pin
Jon Merrifield6-May-05 1:42
Jon Merrifield6-May-05 1:42 
GeneralRe: how to set CustomDocumentproperyies for Word in C# Pin
Member 18788066-May-05 1:56
Member 18788066-May-05 1:56 
GeneralRe: how to set CustomDocumentproperyies for Word in C# Pin
Jon Merrifield6-May-05 2:06
Jon Merrifield6-May-05 2:06 
GeneralRe: how to set CustomDocumentproperyies for Word in C# Pin
Member 18788066-May-05 3:16
Member 18788066-May-05 3:16 
GeneralRe: how to set CustomDocumentproperyies for Word in C# Pin
Jon Merrifield6-May-05 4:20
Jon Merrifield6-May-05 4:20 
Generalerror while using SAP.Net Connector Pin
Dilip Vyas6-May-05 0:45
Dilip Vyas6-May-05 0:45 
GeneralRe: error while using SAP.Net Connector Pin
Sebastian Schneider6-May-05 2:59
Sebastian Schneider6-May-05 2:59 
Yeah.

Don't start queries which will return more than 200000 rows. Seriously.

It does make more sense to have your software retrieve this in packages of maybe 10000 rows each, so you can continously update your view with the data already retrieved.

The SAP-Exceptions are the reason why I have designed all my Apps to use ConnectionPooling and asynchronous methods. I simply dont retrieve 200000 sets in a row, but more like 10000 per thread with 3 threads running.

Cheers
Sid


Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.
GeneralDynamic Dll Pin
Shashidharreddy6-May-05 0:10
Shashidharreddy6-May-05 0:10 
GeneralRe: Dynamic Dll Pin
Dan_P6-May-05 0:14
Dan_P6-May-05 0:14 
GeneralRe: Dynamic Dll Pin
Anonymous6-May-05 4:13
Anonymous6-May-05 4:13 
Generalruntime event handle Pin
lucluv5-May-05 23:51
lucluv5-May-05 23:51 
GeneralRe: runtime event handle Pin
Dan_P6-May-05 0:17
Dan_P6-May-05 0:17 
GeneralRe: runtime event handle Pin
lucluv6-May-05 2:21
lucluv6-May-05 2:21 
GeneralRemoving objects in a game Pin
Anthony Mushrow5-May-05 23:31
professionalAnthony Mushrow5-May-05 23:31 
GeneralRe: Removing objects in a game Pin
«_Superman_»5-May-05 23:43
professional«_Superman_»5-May-05 23:43 
GeneralPasswords And MainFrames Pin
Anonymous5-May-05 23:28
Anonymous5-May-05 23:28 
GeneralRe: Passwords And MainFrames Pin
ChesterPoindexter6-May-05 3:20
professionalChesterPoindexter6-May-05 3:20 
GeneralAutomatic shutting down of windows xp Pin
G_Zola5-May-05 22:53
G_Zola5-May-05 22:53 
GeneralRe: Automatic shutting down of windows xp Pin
Dan_P5-May-05 23:14
Dan_P5-May-05 23:14 
QuestionIs it possible to force a using-block for a class? Pin
Uwe Keim5-May-05 20:26
sitebuilderUwe Keim5-May-05 20:26 
AnswerRe: Is it possible to force a using-block for a class? Pin
James T. Johnson5-May-05 21:14
James T. Johnson5-May-05 21:14 
GeneralRe: Is it possible to force a using-block for a class? Pin
Uwe Keim5-May-05 21:27
sitebuilderUwe Keim5-May-05 21:27 
GeneralRe: Is it possible to force a using-block for a class? Pin
Nish Nishant6-May-05 0:06
sitebuilderNish Nishant6-May-05 0:06 
GeneralRe: Is it possible to force a using-block for a class? Pin
Uwe Keim6-May-05 1:05
sitebuilderUwe Keim6-May-05 1:05 

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.