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

C#

 
AnswerRe: How to pass value from thread to GUI in C# Pin
N a v a n e e t h9-Jul-08 22:38
N a v a n e e t h9-Jul-08 22:38 
GeneralRe: How to pass value from thread to GUI in C# Pin
Susanmat9-Jul-08 22:57
Susanmat9-Jul-08 22:57 
GeneralRe: How to pass value from thread to GUI in C# Pin
Daniel Grunwald9-Jul-08 23:22
Daniel Grunwald9-Jul-08 23:22 
GeneralRe: How to pass value from thread to GUI in C# Pin
Susanmat10-Jul-08 0:26
Susanmat10-Jul-08 0:26 
GeneralRe: How to pass value from thread to GUI in C# Pin
N a v a n e e t h10-Jul-08 1:43
N a v a n e e t h10-Jul-08 1:43 
AnswerRe: How to pass value from thread to GUI in C# Pin
RK KL10-Jul-08 5:31
RK KL10-Jul-08 5:31 
GeneralRe: How to pass value from thread to GUI in C# Pin
Susanmat10-Jul-08 21:13
Susanmat10-Jul-08 21:13 
Questionexecute sql Pin
arkiboys9-Jul-08 21:02
arkiboys9-Jul-08 21:02 
Hi,
My new project is to go through a list of tasks against each sql server 2005 machines. Each task has a different sql query which gets executed and the data is returned for each task.
I am thinking of having each task with the relevant sql inside an xml file.
i.e.
<tasks>
<task>
<name>get the version of sql server</name>
<sql>sql code here</sql>
</task>
<task>
<name>get domain name</name>
<sql>sql code here</sql>
</task>
<task>
...
</task>
</tasks>


Then a winform application goes through this list in the xml file and for each task it's sql gets executed against the master database.

1)
Is what I am doing correct?
2)
Can the .net front end pickup the sql as a string and execute it against the sql server 2005?

Thanks
AnswerRe: execute sql Pin
Ashfield9-Jul-08 21:24
Ashfield9-Jul-08 21:24 
QuestionConnection to MySQL Pin
D i x y9-Jul-08 19:56
D i x y9-Jul-08 19:56 
AnswerRe: Connection to MySQL Pin
N a v a n e e t h9-Jul-08 20:22
N a v a n e e t h9-Jul-08 20:22 
AnswerRe: Connection to MySQL Pin
User 66589-Jul-08 20:24
User 66589-Jul-08 20:24 
GeneralRe: Connection to MySQL Pin
D i x y9-Jul-08 20:34
D i x y9-Jul-08 20:34 
GeneralRe: Connection to MySQL Pin
User 66589-Jul-08 20:45
User 66589-Jul-08 20:45 
AnswerRe: Connection to MySQL Pin
sacr839-Jul-08 22:58
sacr839-Jul-08 22:58 
QuestionHow to rename a file? Pin
Saiyed Alam9-Jul-08 19:31
Saiyed Alam9-Jul-08 19:31 
AnswerRe: How to rename a file? Pin
User 66589-Jul-08 20:20
User 66589-Jul-08 20:20 
Questionbindingsource.filter syntax question Pin
crash8939-Jul-08 18:39
crash8939-Jul-08 18:39 
Questiontimer does not work Pin
benjamin yap9-Jul-08 18:13
benjamin yap9-Jul-08 18:13 
AnswerRe: timer does not work Pin
mav.northwind9-Jul-08 19:09
mav.northwind9-Jul-08 19:09 
GeneralRe: timer does not work Pin
benjamin yap9-Jul-08 19:34
benjamin yap9-Jul-08 19:34 
GeneralRe: timer does not work Pin
Seishin#9-Jul-08 21:58
Seishin#9-Jul-08 21:58 
QuestionTHE PRINTER Pin
Silvyster9-Jul-08 17:53
Silvyster9-Jul-08 17:53 
AnswerRe: THE PRINTER Pin
Ajay.k_Singh9-Jul-08 22:33
Ajay.k_Singh9-Jul-08 22:33 
GeneralRe: THE PRINTER Pin
Silvyster10-Jul-08 1:59
Silvyster10-Jul-08 1:59 

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.