Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: SQL math with .net Pin
Joey Picerno4-May-05 14:04
Joey Picerno4-May-05 14:04 
Generalmsgboxresult Pin
Joey Picerno4-May-05 9:08
Joey Picerno4-May-05 9:08 
GeneralRe: msgboxresult Pin
Adam °Wimsatt4-May-05 9:15
Adam °Wimsatt4-May-05 9:15 
GeneralRe: msgboxresult Pin
Joey Picerno4-May-05 9:45
Joey Picerno4-May-05 9:45 
GeneralMemory/Reference leak Pin
Adam °Wimsatt4-May-05 8:53
Adam °Wimsatt4-May-05 8:53 
GeneralRe: Memory/Reference leak Pin
Rizwan Bashir4-May-05 20:52
Rizwan Bashir4-May-05 20:52 
GeneralRe: Memory/Reference leak Pin
Adam °Wimsatt5-May-05 3:29
Adam °Wimsatt5-May-05 3:29 
GeneralRe: Memory/Reference leak Pin
Rizwan Bashir5-May-05 21:51
Rizwan Bashir5-May-05 21:51 
well from your point I am quite afraid that you are might be using wrong queries. like to fetch ID from Table you are using select * from Table... and then you are puting them in a session to save them from fetching again. if it is true then dont do this. try to destroy maximum memory at server side MANUALLY ... instead of waiting
like
DataTable or Dataset.Dispose()
GC.GetTotalMemory(True)
GC.WaitForPendingFinalizers()
GC.Collect
means destory every thing... second thing is how many session variables you have and how many of them are datatables and datasets etc..... like asking for the variables which can consume unlimited space... Same with the application level variable....

hope this will help and let me know if nothing goes fine....


cheers......
Generalmultiple panels vs. MDI Pin
stew10134-May-05 8:49
stew10134-May-05 8:49 
GeneralRe: multiple panels vs. MDI Pin
Scott Page24-May-05 4:00
professionalScott Page24-May-05 4:00 
GeneralPayroll Pin
Desi Bravo4-May-05 8:17
Desi Bravo4-May-05 8:17 
GeneralRe: Payroll Pin
Joey Picerno4-May-05 9:55
Joey Picerno4-May-05 9:55 
GeneralRe: Payroll Pin
Desi Bravo4-May-05 17:17
Desi Bravo4-May-05 17:17 
GeneralRe: Payroll Pin
Madni Abbasi4-May-05 19:44
Madni Abbasi4-May-05 19:44 
GeneralRe: Payroll Pin
Joey Picerno5-May-05 4:09
Joey Picerno5-May-05 4:09 
GeneralProblem in Opening connection in SQL Server Pin
Murtuza Husain Miyan Patel4-May-05 4:48
professionalMurtuza Husain Miyan Patel4-May-05 4:48 
GeneralRe: Problem in Opening connection in SQL Server Pin
Madni Abbasi4-May-05 5:49
Madni Abbasi4-May-05 5:49 
GeneralRe: Problem in Opening connection in SQL Server Pin
Murtuza Husain Miyan Patel4-May-05 19:59
professionalMurtuza Husain Miyan Patel4-May-05 19:59 
GeneralRe: Problem in Opening connection in SQL Server Pin
Murtuza Husain Miyan Patel5-May-05 7:54
professionalMurtuza Husain Miyan Patel5-May-05 7:54 
GeneralRe: Problem in Opening connection in SQL Server Pin
Joey Picerno4-May-05 6:53
Joey Picerno4-May-05 6:53 
GeneralRe: Problem in Opening connection in SQL Server Pin
toxcct5-May-05 1:13
toxcct5-May-05 1:13 
GeneralRe: Problem in Opening connection in SQL Server Pin
toxcct5-May-05 1:17
toxcct5-May-05 1:17 
GeneralCrystal Report "load report failed" Pin
Joey Picerno4-May-05 4:29
Joey Picerno4-May-05 4:29 
GeneralRe: Crystal Report "load report failed" Pin
Madni Abbasi4-May-05 5:54
Madni Abbasi4-May-05 5:54 
GeneralRe: Crystal Report "load report failed" Pin
Joey Picerno4-May-05 6:51
Joey Picerno4-May-05 6:51 

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.