Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralC# and VTK Pin
patgo5-Aug-05 5:39
patgo5-Aug-05 5:39 
GeneralRe: C# and VTK Pin
ganeshraju22-Jun-10 14:38
ganeshraju22-Jun-10 14:38 
GeneralRe: C# and VTK Pin
patgo22-Jun-10 23:37
patgo22-Jun-10 23:37 
GeneralRe: C# and VTK Pin
macengineer11-Jun-12 21:25
macengineer11-Jun-12 21:25 
Generalcrystal reports Pin
magnifique5-Aug-05 5:14
magnifique5-Aug-05 5:14 
GeneralImplementing password rules Pin
Adam °Wimsatt5-Aug-05 4:56
Adam °Wimsatt5-Aug-05 4:56 
GeneralRe: Implementing password rules Pin
Alomgir Miah5-Aug-05 5:22
Alomgir Miah5-Aug-05 5:22 
GeneralRe: Implementing password rules Pin
Adam °Wimsatt5-Aug-05 5:28
Adam °Wimsatt5-Aug-05 5:28 
GeneralRe: Implementing password rules Pin
Vasudevan Deepak Kumar5-Aug-05 5:23
Vasudevan Deepak Kumar5-Aug-05 5:23 
GeneralRe: Implementing password rules Pin
Adam °Wimsatt5-Aug-05 5:36
Adam °Wimsatt5-Aug-05 5:36 
GeneralRe: Implementing password rules Pin
User 66585-Aug-05 5:35
User 66585-Aug-05 5:35 
GeneralRe: Implementing password rules Pin
Adam °Wimsatt5-Aug-05 5:43
Adam °Wimsatt5-Aug-05 5:43 
GeneralRe: Implementing password rules Pin
Dan Neely5-Aug-05 7:04
Dan Neely5-Aug-05 7:04 
GeneralCreating mapper application using C# Pin
GoTech5-Aug-05 4:23
GoTech5-Aug-05 4:23 
Generalcreate View Pin
magnifique5-Aug-05 4:01
magnifique5-Aug-05 4:01 
GeneralMultiple projects in a single Solution - Sharing Classes Pin
BinaryHead5-Aug-05 3:52
BinaryHead5-Aug-05 3:52 
GeneralRe: Multiple projects in a single Solution - Sharing Classes Pin
mav.northwind5-Aug-05 4:10
mav.northwind5-Aug-05 4:10 
GeneralRe: Multiple projects in a single Solution - Sharing Classes Pin
Rob Graham5-Aug-05 6:22
Rob Graham5-Aug-05 6:22 
Generalprogress bar in datagrid Pin
Mridang Agarwalla5-Aug-05 3:47
Mridang Agarwalla5-Aug-05 3:47 
GeneralRe: progress bar in datagrid Pin
Alomgir Miah5-Aug-05 3:53
Alomgir Miah5-Aug-05 3:53 
QuestionHow to bind Dataset with XML File Pin
Anonymous5-Aug-05 3:32
Anonymous5-Aug-05 3:32 
GeneralProgram resolution is off Pin
PHDENG815-Aug-05 3:03
PHDENG815-Aug-05 3:03 
GeneralRe: Program resolution is off Pin
Dan Neely5-Aug-05 3:29
Dan Neely5-Aug-05 3:29 
GeneralRe: Program resolution is off Pin
PHDENG815-Aug-05 3:39
PHDENG815-Aug-05 3:39 
GeneralClearing database connections while using SQLHelper class Pin
Rashid_Mehmood5-Aug-05 2:58
Rashid_Mehmood5-Aug-05 2:58 
Hi There,
I'm using SQLHelper class as data access layer in a C#.NET application. The problem is that i've to give an option of restoring current database from a given backup file. But when since the current database(with which application is running) due to the connections that SQLHelper opened for database access so far cannot be replaced and the error message is received. All what needed is to clear all the active database connections to perform that restore process. Currently the procedure that i'm using is saved in Master database and it can clear any active no. of connections but the problem is that SQLHelper holds all those connections and doesn't release them immediately. So plz may i be guided on this issue to enforce SQLHelper class to release those connections immediately after use. Or if is there any other smarter solution then plz guide. I shall be highly obliged.
Regards

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.