Click here to Skip to main content
15,898,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to resolve this ERROR? Pin
Arjun Marwaha31-May-08 1:11
Arjun Marwaha31-May-08 1:11 
QuestionError :: A generic error occurred in GDI+ Pin
Sun Rays30-May-08 23:21
Sun Rays30-May-08 23:21 
AnswerRe: Error :: A generic error occurred in GDI+ Pin
Christian Graus31-May-08 1:20
protectorChristian Graus31-May-08 1:20 
Questionadding numeric strings ? Pin
Mr.Kode30-May-08 21:18
Mr.Kode30-May-08 21:18 
AnswerRe: adding numeric strings ? Pin
Guffa30-May-08 22:07
Guffa30-May-08 22:07 
JokeRe: adding numeric strings ? Pin
Brady Kelly31-May-08 4:28
Brady Kelly31-May-08 4:28 
AnswerRe: adding numeric strings ? Pin
PIEBALDconsult1-Jun-08 5:16
mvePIEBALDconsult1-Jun-08 5:16 
QuestionA question on the "using" statement Pin
William Ten Broek30-May-08 20:16
William Ten Broek30-May-08 20:16 
Could someone clarify a question i have about the code snippet shown below, i know when the useing block ends the OleDbConnection's Dispose method is called, but what i'm not clear on, is the OleDbDataAdapter's Dispose method called also as it is inside the using statement or must I Call it my self? Any information wuold be appreciated.

using (OleDbConnection connection = new OleDbConnection(_connectString))
{
OleDbDataAdapter adapter = new OleDbDataAdapter();
adapter.SelectCommand = new OleDbCommand(_selectCmdText, connection);

// additional processing
}

Thank you in advance.
William TUnsure | :~
AnswerRe: A question on the "using" statement Pin
MarkB77730-May-08 20:38
MarkB77730-May-08 20:38 
AnswerRe: A question on the "using" statement Pin
Zoltan Balazs31-May-08 0:10
Zoltan Balazs31-May-08 0:10 
Question{"Incorrect syntax near the keyword 'TRIGGER'."} Pin
Member 400849230-May-08 19:59
Member 400849230-May-08 19:59 
AnswerRe: {"Incorrect syntax near the keyword 'TRIGGER'."} Pin
Guffa30-May-08 22:17
Guffa30-May-08 22:17 
QuestionHow do you use SocketOptionName.BlockSource Pin
Zig15830-May-08 17:34
Zig15830-May-08 17:34 
QuestionFunction name under execution Pin
Imtiaz Murtaza30-May-08 14:38
Imtiaz Murtaza30-May-08 14:38 
AnswerRe: Function name under execution Pin
MidwestLimey30-May-08 16:57
professionalMidwestLimey30-May-08 16:57 
AnswerRe: Function name under execution Pin
Roger Alsing30-May-08 23:01
Roger Alsing30-May-08 23:01 
Questioninsert byte[] in a file Pin
Xmen Real 30-May-08 14:14
professional Xmen Real 30-May-08 14:14 
AnswerRe: insert byte[] in a file Pin
Anthony Mushrow30-May-08 14:34
professionalAnthony Mushrow30-May-08 14:34 
GeneralRe: insert byte[] in a file Pin
Xmen Real 30-May-08 18:52
professional Xmen Real 30-May-08 18:52 
QuestionMultiThreading\Design Question Pin
DavidBoyd30-May-08 13:36
DavidBoyd30-May-08 13:36 
AnswerRe: MultiThreading\Design Question Pin
RichardM130-May-08 15:31
RichardM130-May-08 15:31 
AnswerRe: MultiThreading\Design Question Pin
engsrini31-May-08 12:51
engsrini31-May-08 12:51 
QuestionDisplaying an ASCII value in a dynamic GridView Pin
Ekjon30-May-08 12:43
Ekjon30-May-08 12:43 
AnswerRe: Displaying an ASCII value in a dynamic GridView Pin
Ekjon30-May-08 12:52
Ekjon30-May-08 12:52 
Question[Message Deleted] Pin
Zeeshan Riaz30-May-08 10:34
Zeeshan Riaz30-May-08 10:34 

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.