Click here to Skip to main content
15,919,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
Colin Angus Mackay6-Sep-07 23:58
Colin Angus Mackay6-Sep-07 23:58 
AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
Duncan Edwards Jones7-Sep-07 2:51
professionalDuncan Edwards Jones7-Sep-07 2:51 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Mark Cabbage8-Sep-07 14:42
Mark Cabbage8-Sep-07 14:42 
Questiona case with checkbox (selected and shadow) Pin
nicetohaveyou6-Sep-07 21:24
nicetohaveyou6-Sep-07 21:24 
AnswerRe: a case with checkbox (selected and shadow) Pin
Tom Deketelaere6-Sep-07 22:05
professionalTom Deketelaere6-Sep-07 22:05 
QuestionSorting Collection with 200000+ Items Pin
MadmanWoo6-Sep-07 21:02
MadmanWoo6-Sep-07 21:02 
AnswerRe: Sorting Collection with 200000+ Items Pin
Tom Deketelaere6-Sep-07 22:11
professionalTom Deketelaere6-Sep-07 22:11 
AnswerRe: Sorting Collection with 200000+ Items Pin
GuyThiebaut6-Sep-07 23:05
professionalGuyThiebaut6-Sep-07 23:05 
I have an application that uses a datagrid and links a dataview to this datagrid.
I have some 284,000 rows in the datagrid and a sort takes 3.5 seconds (which I consider to be a decent response time). I'm not sure what sort of speed you are looking for.


As a DBA I would suggest not sorting the data but rather building an index object and link this to your collection.
You can then sort the index instead of your collection.
You could build an arraylist that links to your collection.
Sort the arraylist(index) instead of the collection et voila...

Let me know if this is helpful or totally goofy...


You always pass failure on the way to success.

GeneralRe: Sorting Collection with 200000+ Items Pin
MadmanWoo10-Sep-07 15:49
MadmanWoo10-Sep-07 15:49 
Questionpls help its urgent [modified] Pin
shyne76-Sep-07 20:39
shyne76-Sep-07 20:39 
AnswerRe: pls help its urgent Pin
Tom Deketelaere6-Sep-07 22:18
professionalTom Deketelaere6-Sep-07 22:18 
Questionits urgent Pin
Lucky Sheikh6-Sep-07 20:00
Lucky Sheikh6-Sep-07 20:00 
AnswerRe: its urgent Pin
Colin Angus Mackay7-Sep-07 0:02
Colin Angus Mackay7-Sep-07 0:02 
AnswerRe: its urgent Pin
Thomas Stockwell7-Sep-07 5:32
professionalThomas Stockwell7-Sep-07 5:32 
QuestionConsole Output Pin
danasegaranea6-Sep-07 19:55
danasegaranea6-Sep-07 19:55 
AnswerRe: Console Output Pin
Dave Kreskowiak7-Sep-07 5:29
mveDave Kreskowiak7-Sep-07 5:29 
QuestionQuestion on Interop.Office.Word Pin
Trupti Mehta6-Sep-07 19:00
Trupti Mehta6-Sep-07 19:00 
AnswerRe: Question on Interop.Office.Word Pin
eyes20076-Sep-07 19:47
eyes20076-Sep-07 19:47 
GeneralRe: Question on Interop.Office.Word Pin
Trupti Mehta6-Sep-07 20:37
Trupti Mehta6-Sep-07 20:37 
GeneralRe: Question on Interop.Office.Word Pin
eyes20076-Sep-07 20:48
eyes20076-Sep-07 20:48 
GeneralRe: Question on Interop.Office.Word Pin
Trupti Mehta6-Sep-07 23:10
Trupti Mehta6-Sep-07 23:10 
QuestionHow to get active control name - - - - immediate Pin
RaveRare6-Sep-07 18:53
RaveRare6-Sep-07 18:53 
AnswerRe: How to get active control name - - - - immediate Pin
eyes20076-Sep-07 19:56
eyes20076-Sep-07 19:56 
AnswerRe: How to get active control name - - - - immediate Pin
The ANZAC6-Sep-07 20:32
The ANZAC6-Sep-07 20:32 
QuestionWhy is that property AutoCompleteCustomSource of a TextBox wont work when you set its property as multiline?? Pin
vbDigger'z6-Sep-07 18:45
vbDigger'z6-Sep-07 18:45 

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.