Click here to Skip to main content
15,906,333 members
Home / Discussions / C#
   

C#

 
GeneralRe: using #define to define string constants [modified] Pin
Colin Angus Mackay29-May-06 4:49
Colin Angus Mackay29-May-06 4:49 
QuestionHow to monitor files created by perticular process in c# [modified] Pin
HirenSuchak25-May-06 19:50
HirenSuchak25-May-06 19:50 
QuestionGet the active sqlserver names Pin
Shiv525-May-06 19:16
Shiv525-May-06 19:16 
Questionread specific line Pin
the pink jedi25-May-06 15:06
the pink jedi25-May-06 15:06 
AnswerRe: read specific line Pin
Christian Graus25-May-06 15:29
protectorChristian Graus25-May-06 15:29 
QuestionHow to Create self-extract with password protected ? Pin
hdv21225-May-06 12:52
hdv21225-May-06 12:52 
Questionhow can i get the output variable from .. Pin
alokabasha25-May-06 12:50
alokabasha25-May-06 12:50 
AnswerRe: how can i get the output variable from .. Pin
Judah Gabriel Himango25-May-06 13:48
sponsorJudah Gabriel Himango25-May-06 13:48 
AnswerRe: how can i get the output variable from .. Pin
Judah Gabriel Himango25-May-06 13:51
sponsorJudah Gabriel Himango25-May-06 13:51 
Questionplz help! Pin
maryamf25-May-06 12:22
maryamf25-May-06 12:22 
AnswerRe: plz help! Pin
Saqib Mehmood25-May-06 18:24
Saqib Mehmood25-May-06 18:24 
QuestionGlobal Hotkey And Keyboard Hook Problem Pin
Draders2325-May-06 11:44
Draders2325-May-06 11:44 
QuestionAccess violation in mscorwks.dll Pin
asbasir25-May-06 11:35
asbasir25-May-06 11:35 
QuestionHow to append bitmap data to an existing bitmap? Pin
zenzero25-May-06 10:23
zenzero25-May-06 10:23 
AnswerRe: How to append bitmap data to an existing bitmap? Pin
Guffa25-May-06 11:27
Guffa25-May-06 11:27 
GeneralRe: How to append bitmap data to an existing bitmap? Pin
zenzero25-May-06 11:45
zenzero25-May-06 11:45 
QuestionSql multiple queries [modified] Pin
JelleM25-May-06 10:20
JelleM25-May-06 10:20 
AnswerRe: Sql multiple queries [modified] Pin
ShailenSukul25-May-06 11:10
ShailenSukul25-May-06 11:10 
GeneralRe: Sql multiple queries [modified] Pin
Colin Angus Mackay25-May-06 11:34
Colin Angus Mackay25-May-06 11:34 
AnswerRe: Sql multiple queries [modified] Pin
Colin Angus Mackay25-May-06 11:33
Colin Angus Mackay25-May-06 11:33 
GeneralRe: Sql multiple queries [modified] Pin
JelleM26-May-06 0:45
JelleM26-May-06 0:45 
AnswerRe: Sql multiple queries [modified] Pin
Arjan Einbu25-May-06 12:42
Arjan Einbu25-May-06 12:42 
SQL Server 2005 supports having multiple readers open at the same time. (A feature called MARS).

You need to add MultipleActiveResultSets=True to the connectionstring to make this work for your connection.

string connectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;IntegratedSecurity=SSPI;MultipleActiveResultSets=True";

QuestionResizing in designer wont take effect when running. Pin
RanvA25-May-06 10:14
RanvA25-May-06 10:14 
AnswerRe: Resizing in designer wont take effect when running. Pin
alexey N25-May-06 18:12
alexey N25-May-06 18:12 
QuestionGet information about an extended control (IExtenderProvider) Pin
giplet25-May-06 9:14
giplet25-May-06 9:14 

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.