Click here to Skip to main content
16,009,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Create XL sheet or CSV from vb.net Pin
partt26-Aug-04 3:28
partt26-Aug-04 3:28 
GeneralRe: Create XL sheet or CSV from vb.net Pin
Anonymous26-Aug-04 18:36
Anonymous26-Aug-04 18:36 
GeneralRe: Create XL sheet or CSV from vb.net Pin
partt27-Aug-04 6:19
partt27-Aug-04 6:19 
GeneralPlaying .wav in VB .NET, with notification Pin
ckoverman25-Aug-04 8:40
ckoverman25-Aug-04 8:40 
GeneralRe: Playing .wav in VB .NET, with notification Pin
Anonymous25-Aug-04 16:27
Anonymous25-Aug-04 16:27 
GeneralRe: Playing .wav in VB .NET, with notification Pin
Aaron Eldreth26-Aug-04 13:25
Aaron Eldreth26-Aug-04 13:25 
QuestionBest method for pulling and displaying multiple count queries as an aspx page?? Pin
cavall25-Aug-04 6:57
cavall25-Aug-04 6:57 
AnswerRe: Best method for pulling and displaying multiple count queries as an aspx page?? Pin
Dave Kreskowiak25-Aug-04 8:01
mveDave Kreskowiak25-Aug-04 8:01 
From your description, is would appear that 99% of the time it takes to come up with the final result is being taken up by the SQL queries themselves. The code to put the final table with the results is nearly nothing. If these queries are static, meaning you always use the same set of queries the same way, then you might want to look into have the SQL Server run a stored procedure that runs all of your queries for you and returns a small table with the results you want. Then, you would only have to write code to handle the returned table of results, bind your datagrid to it, and not worry about dataset.tables("whatever").row(0).Item(0).


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralUsing ActiveX in Visual Basic to connect to MATLAB Pin
murphypa25-Aug-04 4:50
murphypa25-Aug-04 4:50 
GeneralRe: Using ActiveX in Visual Basic to connect to MATLAB Pin
Purple Monk25-Aug-04 5:19
Purple Monk25-Aug-04 5:19 
GeneralRe: Using ActiveX in Visual Basic to connect to MATLAB Pin
murphypa25-Aug-04 6:04
murphypa25-Aug-04 6:04 
GeneralRe: Using ActiveX in Visual Basic to connect to MATLAB Pin
Dave Kreskowiak25-Aug-04 7:45
mveDave Kreskowiak25-Aug-04 7:45 
GeneralRe: Using ActiveX in Visual Basic to connect to MATLAB Pin
murphypa25-Aug-04 8:21
murphypa25-Aug-04 8:21 
GeneralRe: Using ActiveX in Visual Basic to connect to MATLAB Pin
Anonymous25-Aug-04 6:36
Anonymous25-Aug-04 6:36 
GeneralRe: Using ActiveX in Visual Basic to connect to MATLAB Pin
Anonymous25-Aug-04 6:42
Anonymous25-Aug-04 6:42 
GeneralFlash player in a C# application Pin
Member 130484924-Aug-04 22:17
Member 130484924-Aug-04 22:17 
GeneralRe: Flash player in a C# application Pin
Dave Kreskowiak25-Aug-04 3:38
mveDave Kreskowiak25-Aug-04 3:38 
GeneralRe: Flash player in a C# application Pin
Dave Kreskowiak25-Aug-04 3:40
mveDave Kreskowiak25-Aug-04 3:40 
GeneralPrinting in 136 column wide mode Pin
Member 132035224-Aug-04 21:29
Member 132035224-Aug-04 21:29 
GeneralRe: Printing in 136 column wide mode Pin
Dave Kreskowiak25-Aug-04 3:23
mveDave Kreskowiak25-Aug-04 3:23 
GeneralRe: Printing in 136 column wide mode Pin
Member 132035225-Aug-04 4:27
Member 132035225-Aug-04 4:27 
GeneralRe: Printing in 136 column wide mode Pin
Dave Kreskowiak25-Aug-04 5:13
mveDave Kreskowiak25-Aug-04 5:13 
GeneralRe: Printing in 136 column wide mode Pin
Member 132035228-Aug-04 2:12
Member 132035228-Aug-04 2:12 
GeneralRe: Printing in 136 column wide mode Pin
Anonymous25-Aug-04 7:43
Anonymous25-Aug-04 7:43 
GeneralVB.NET or VB from VS6 Pin
aslm24-Aug-04 12:27
aslm24-Aug-04 12:27 

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.