Click here to Skip to main content
15,904,653 members
Home / Discussions / C#
   

C#

 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:23
sulabh202015-Sep-07 2:23 
GeneralRe: ole type field in database table pic to show in the c# Pin
Sonia Gupta15-Sep-07 2:26
Sonia Gupta15-Sep-07 2:26 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:37
sulabh202015-Sep-07 2:37 
GeneralRe: ole type field in database table pic to show in the c# Pin
sulabh202015-Sep-07 2:39
sulabh202015-Sep-07 2:39 
QuestionControls in c# Pin
sulabh202014-Sep-07 23:54
sulabh202014-Sep-07 23:54 
AnswerRe: Controls in c# [modified] Pin
Colin Angus Mackay15-Sep-07 0:00
Colin Angus Mackay15-Sep-07 0:00 
AnswerRe: Controls in c# Pin
Guffa15-Sep-07 0:28
Guffa15-Sep-07 0:28 
QuestionWorking When Window From Is Already Shown [modified] Pin
ytubis14-Sep-07 23:42
ytubis14-Sep-07 23:42 
AnswerRe: Working When Window From Is Already Shown Pin
Giorgi Dalakishvili15-Sep-07 0:04
mentorGiorgi Dalakishvili15-Sep-07 0:04 
GeneralRe: Working When Window From Is Already Shown Pin
ytubis15-Sep-07 0:39
ytubis15-Sep-07 0:39 
GeneralRe: Working When Window From Is Already Shown Pin
Giorgi Dalakishvili15-Sep-07 0:41
mentorGiorgi Dalakishvili15-Sep-07 0:41 
GeneralRe: Working When Window From Is Already Shown Pin
ytubis15-Sep-07 2:51
ytubis15-Sep-07 2:51 
QuestionC# log component Pin
George_George14-Sep-07 23:05
George_George14-Sep-07 23:05 
AnswerRe: C# log component Pin
Colin Angus Mackay14-Sep-07 23:57
Colin Angus Mackay14-Sep-07 23:57 
GeneralRe: C# log component Pin
Mark Churchill15-Sep-07 0:48
Mark Churchill15-Sep-07 0:48 
GeneralRe: C# log component Pin
George_George15-Sep-07 5:18
George_George15-Sep-07 5:18 
GeneralRe: C# log component Pin
Mark Churchill16-Sep-07 4:49
Mark Churchill16-Sep-07 4:49 
GeneralRe: C# log component Pin
George_George16-Sep-07 17:06
George_George16-Sep-07 17:06 
GeneralRe: C# log component Pin
Mark Churchill17-Sep-07 4:26
Mark Churchill17-Sep-07 4:26 
GeneralRe: C# log component Pin
George_George17-Sep-07 4:53
George_George17-Sep-07 4:53 
GeneralRe: C# log component Pin
George_George15-Sep-07 5:17
George_George15-Sep-07 5:17 
AnswerRe: C# log component Pin
Ravi Bhavnani16-Sep-07 4:09
professionalRavi Bhavnani16-Sep-07 4:09 
GeneralRe: C# log component Pin
George_George16-Sep-07 4:16
George_George16-Sep-07 4:16 
QuestionConnectionState Enum Pin
blackjack215014-Sep-07 22:24
blackjack215014-Sep-07 22:24 
From the help file of ConnectionState enum type:

Broken The connection to the data source is broken. This can occur only after the connection has been opened. A connection in this state may be closed and then re-opened. (This value is reserved for future versions of the product.)   <br />
 Closed The connection is closed.  <br />
 Connecting The connection object is connecting to the data source. (This value is reserved for future versions of the product.)   <br />
 Executing The connection object is executing a command. (This value is reserved for future versions of the product.)   <br />
 Fetching The connection object is retrieving data. (This value is reserved for future versions of the product.)   <br />
 Open The connection is open.


I'm using .NET 2.0. Does this mean that the values "Broken", "Connecting", "Executing" and "Fetching" are useless?
Does .NET 3.0 or 3.5 changed this?

Thanks.
Questionhow can i do this ? Pin
prasadbuddhika14-Sep-07 21:32
prasadbuddhika14-Sep-07 21:32 

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.