Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
GeneralRe: reduce line count in an edit window Pin
rpopple29-Mar-09 4:40
rpopple29-Mar-09 4:40 
QuestionFastest way to read 3000+ rows from SQL database? Pin
Jacob Dixon28-Mar-09 12:37
Jacob Dixon28-Mar-09 12:37 
AnswerRe: Fastest way to read 3000+ rows from SQL database? Pin
Jacob Dixon28-Mar-09 12:39
Jacob Dixon28-Mar-09 12:39 
AnswerRe: Fastest way to read 3000+ rows from SQL database? Pin
Christian Graus28-Mar-09 13:07
protectorChristian Graus28-Mar-09 13:07 
GeneralRe: Fastest way to read 3000+ rows from SQL database? Pin
Jacob Dixon28-Mar-09 13:12
Jacob Dixon28-Mar-09 13:12 
GeneralRe: Fastest way to read 3000+ rows from SQL database? Pin
Colin Angus Mackay28-Mar-09 13:41
Colin Angus Mackay28-Mar-09 13:41 
GeneralRe: Fastest way to read 3000+ rows from SQL database? Pin
Jacob Dixon28-Mar-09 13:45
Jacob Dixon28-Mar-09 13:45 
GeneralRe: Fastest way to read 3000+ rows from SQL database? Pin
Colin Angus Mackay28-Mar-09 14:06
Colin Angus Mackay28-Mar-09 14:06 
Jacob Dixon wrote:
I'm reading from the database and putting into a listview. Not writing to a database.


Okay...

Jacob Dixon wrote:
It has to be loaded into something like a datareader or dataset.


The DataAdapter uses a DataReader. It is simply another level of abstraction. If you want performance then you remove the layers of abstraction. This improves the performance but makes your application more difficult to maintain.

I'm wondering if what you really want is reponsiveness rather than raw response time? Responsiveness is how quickly the user can get on with what they are doing. Response time, on the other hand, is how quickly the operation as a whole takes to complete. Often you can trade a little response time for increase responsiveness. From the users point of view it appears to work faster when in fact it is slightly slower.


GeneralRe: Fastest way to read 3000+ rows from SQL database? Pin
Jacob Dixon28-Mar-09 14:32
Jacob Dixon28-Mar-09 14:32 
QuestionProblem reconnecting using Socket class Pin
quacks_a_lot28-Mar-09 9:54
quacks_a_lot28-Mar-09 9:54 
AnswerRe: Problem reconnecting using Socket class Pin
Colin Angus Mackay28-Mar-09 10:09
Colin Angus Mackay28-Mar-09 10:09 
GeneralRe: Problem reconnecting using Socket class Pin
quacks_a_lot28-Mar-09 10:13
quacks_a_lot28-Mar-09 10:13 
AnswerRe: Problem reconnecting using Socket class Pin
Natza Mitzi29-Mar-09 19:50
Natza Mitzi29-Mar-09 19:50 
QuestionHow to implement panning on image ? Pin
hdv21228-Mar-09 9:40
hdv21228-Mar-09 9:40 
AnswerRe: How to implement panning on image ? Pin
Christian Graus28-Mar-09 11:19
protectorChristian Graus28-Mar-09 11:19 
GeneralRe: How to implement panning on image ? Pin
hdv21228-Mar-09 12:20
hdv21228-Mar-09 12:20 
GeneralRe: How to implement panning on image ? Pin
Christian Graus28-Mar-09 13:30
protectorChristian Graus28-Mar-09 13:30 
GeneralRe: How to implement panning on image ? Pin
hdv21228-Mar-09 13:34
hdv21228-Mar-09 13:34 
QuestionForce OleDbDataAdapter.Update() to update unchanged columns? Pin
fredscode28-Mar-09 8:48
fredscode28-Mar-09 8:48 
AnswerRe: Force OleDbDataAdapter.Update() to update unchanged columns? Pin
Natza Mitzi29-Mar-09 19:51
Natza Mitzi29-Mar-09 19:51 
GeneralRe: Force OleDbDataAdapter.Update() to update unchanged columns? Pin
fredscode30-Mar-09 7:54
fredscode30-Mar-09 7:54 
NewsSharpDevelop and the Google Summer of Code (4500$ stippend for work on open-source software) Pin
David Srbecky28-Mar-09 8:05
David Srbecky28-Mar-09 8:05 
GeneralRe: SharpDevelop and the Google Summer of Code (4500$ stippend for work on open-source software) Pin
Christian Graus28-Mar-09 11:20
protectorChristian Graus28-Mar-09 11:20 
Questioncall the value from the console and paste it to windows froms. Pin
tyrone010928-Mar-09 5:13
tyrone010928-Mar-09 5:13 
AnswerRe: call the value from the console and paste it to windows froms. Pin
Henry Minute28-Mar-09 9:44
Henry Minute28-Mar-09 9:44 

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.