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

C#

 
AnswerRe: Editable Combobox Pin
dybs26-Mar-09 16:47
dybs26-Mar-09 16:47 
GeneralRe: Editable Combobox Pin
OldSchoolToC#26-Mar-09 16:54
OldSchoolToC#26-Mar-09 16:54 
GeneralRe: Editable Combobox Pin
Dave Kreskowiak26-Mar-09 18:10
mveDave Kreskowiak26-Mar-09 18:10 
GeneralRe: Editable Combobox Pin
dybs27-Mar-09 15:43
dybs27-Mar-09 15:43 
GeneralRe: Editable Combobox Pin
jaypatel51227-Mar-09 6:05
jaypatel51227-Mar-09 6:05 
QuestionVery Large Sets of Data - Millions of Rows - how to do it? Pin
tjawed26-Mar-09 10:25
tjawed26-Mar-09 10:25 
AnswerRe: Very Large Sets of Data - Millions of Rows - how to do it? Pin
Eddy Vluggen26-Mar-09 10:32
professionalEddy Vluggen26-Mar-09 10:32 
AnswerRe: Very Large Sets of Data - Millions of Rows - how to do it? Pin
Skymir26-Mar-09 10:49
Skymir26-Mar-09 10:49 
That depends on what you want to go through them for. If it's some conditional value, then create the recordset from an sql statement and use sql to parse down the data to just what you need returned to the client.

Also if there is any user interaction between using these records, you're better off returning just the row or a page of rows at a time.
EDIT: Also to save you're sanity, make sure the joins and and parameters are using indexes. Otherwise you could age before you get your data.

The true man wants two things: danger and play. For that reason he wants woman, as the most dangerous plaything.

QuestionParsing and output the results Pin
Ayaz Niazi26-Mar-09 9:10
Ayaz Niazi26-Mar-09 9:10 
AnswerRe: Parsing and output the results Pin
Luc Pattyn26-Mar-09 10:01
sitebuilderLuc Pattyn26-Mar-09 10:01 
QuestionDeployment with SQL Express 2005 Pin
Searril26-Mar-09 8:54
Searril26-Mar-09 8:54 
AnswerRe: Deployment with SQL Express 2005 Pin
Searril27-Mar-09 1:35
Searril27-Mar-09 1:35 
QuestionOpen drop down list Pin
Chazzysb26-Mar-09 8:52
Chazzysb26-Mar-09 8:52 
AnswerRe: Open drop down list Pin
Jimmanuel26-Mar-09 9:22
Jimmanuel26-Mar-09 9:22 
GeneralRe: Open drop down list Pin
Chazzysb26-Mar-09 10:09
Chazzysb26-Mar-09 10:09 
QuestionCasting socket data to a type Pin
FoxholeWilly26-Mar-09 8:26
FoxholeWilly26-Mar-09 8:26 
AnswerRe: Casting socket data to a type Pin
Eddy Vluggen26-Mar-09 9:26
professionalEddy Vluggen26-Mar-09 9:26 
QuestionListBox Sorting issue (inaccurate) Pin
dfb7826-Mar-09 8:10
dfb7826-Mar-09 8:10 
AnswerRe: ListBox Sorting issue (inaccurate) Pin
Yusuf26-Mar-09 8:54
Yusuf26-Mar-09 8:54 
GeneralRe: ListBox Sorting issue (inaccurate) Pin
dfb7826-Mar-09 9:41
dfb7826-Mar-09 9:41 
AnswerRe: ListBox Sorting issue (inaccurate) Pin
Luc Pattyn26-Mar-09 8:55
sitebuilderLuc Pattyn26-Mar-09 8:55 
Questioncalculator Pin
the exile26-Mar-09 8:04
the exile26-Mar-09 8:04 
AnswerRe: calculator Pin
Eddy Vluggen26-Mar-09 8:08
professionalEddy Vluggen26-Mar-09 8:08 
GeneralRe: calculator Pin
the exile26-Mar-09 8:20
the exile26-Mar-09 8:20 
GeneralRe: calculator Pin
EliottA26-Mar-09 8:48
EliottA26-Mar-09 8:48 

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.