Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: richtextbox control Pin
Stefan Troschuetz10-Sep-06 21:28
Stefan Troschuetz10-Sep-06 21:28 
QuestionWPF BitmapImage and transparency Pin
Steve Bickell10-Sep-06 20:05
Steve Bickell10-Sep-06 20:05 
AnswerRe: WPF BitmapImage and transparency Pin
Arjun "Mjolnir" Bahree10-Sep-06 22:32
Arjun "Mjolnir" Bahree10-Sep-06 22:32 
GeneralRe: WPF BitmapImage and transparency Pin
Steve Bickell11-Sep-06 10:50
Steve Bickell11-Sep-06 10:50 
GeneralRe: WPF BitmapImage and transparency Pin
Arjun "Mjolnir" Bahree11-Sep-06 16:59
Arjun "Mjolnir" Bahree11-Sep-06 16:59 
AnswerRe: WPF BitmapImage and transparency Pin
g00fyman10-Sep-06 22:59
g00fyman10-Sep-06 22:59 
GeneralRe: WPF BitmapImage and transparency Pin
Steve Bickell11-Sep-06 10:52
Steve Bickell11-Sep-06 10:52 
QuestionDo we need to call dbCommand.Dispose() ? Pin
s o v a n n10-Sep-06 19:05
s o v a n n10-Sep-06 19:05 
Hello !

I have a question about DB specifications :
Do we have to call IDbCommand.Dispose ?
What does IDbCommand.Dispose mean?
We have problem doing this :
<br />
IDbConnction pipe = new OleDbConnection(connString);<br />
IDbCommand command = pipe.CreateCommand();<br />
command.QueryString = "select ...";<br />
IDataReader reader = command.ExecuteReader();<br />
command.Dispose();<br />
reader.Close();<br />
pipe.Close();<br />


The problem get solved if we don't do IDbCommand.Dispose

Your comments would be very helpful. Thanks.
Sovann
AnswerRe: Do we need to call dbCommand.Dispose() ? Pin
Navi1510-Sep-06 19:40
Navi1510-Sep-06 19:40 
GeneralRe: Do we need to call dbCommand.Dispose() ? Pin
s o v a n n10-Sep-06 20:44
s o v a n n10-Sep-06 20:44 
GeneralRe: Do we need to call dbCommand.Dispose() ? Pin
Stefan Troschuetz10-Sep-06 21:36
Stefan Troschuetz10-Sep-06 21:36 
GeneralRe: Do we need to call dbCommand.Dispose() ? Pin
s o v a n n10-Sep-06 22:25
s o v a n n10-Sep-06 22:25 
QuestionTrim away the last part of a string Pin
Support12310-Sep-06 18:24
Support12310-Sep-06 18:24 
AnswerRe: Trim away the last part of a string Pin
Guffa10-Sep-06 18:37
Guffa10-Sep-06 18:37 
GeneralRe: Trim away the last part of a string Pin
Support12310-Sep-06 18:55
Support12310-Sep-06 18:55 
GeneralRe: Trim away the last part of a string Pin
lmoelleb10-Sep-06 20:43
lmoelleb10-Sep-06 20:43 
GeneralRe: Trim away the last part of a string Pin
Support12310-Sep-06 22:36
Support12310-Sep-06 22:36 
AnswerRe: Trim away the last part of a string Pin
Arjun "Mjolnir" Bahree10-Sep-06 22:46
Arjun "Mjolnir" Bahree10-Sep-06 22:46 
GeneralRe: Trim away the last part of a string Pin
lmoelleb10-Sep-06 23:08
lmoelleb10-Sep-06 23:08 
QuestionMDI Forms Pin
Steve_c#freak10-Sep-06 18:03
Steve_c#freak10-Sep-06 18:03 
AnswerRe: MDI Forms Pin
Ranjan Banerji11-Sep-06 18:13
Ranjan Banerji11-Sep-06 18:13 
GeneralRe: MDI Forms Pin
Steve_c#freak12-Sep-06 13:33
Steve_c#freak12-Sep-06 13:33 
GeneralRe: MDI Forms Pin
Ranjan Banerji12-Sep-06 17:15
Ranjan Banerji12-Sep-06 17:15 
QuestionHelp me Pin
Niiiissssshhhhhuuuuu10-Sep-06 17:52
Niiiissssshhhhhuuuuu10-Sep-06 17:52 
AnswerRe: Connecting to radio server Pin
Guffa10-Sep-06 18:39
Guffa10-Sep-06 18:39 

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.