Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: Image processing problem... Pin
Christian Graus24-Jun-09 22:34
protectorChristian Graus24-Jun-09 22:34 
GeneralRe: Image processing problem... Pin
S K Y24-Jun-09 23:28
S K Y24-Jun-09 23:28 
GeneralRe: Image processing problem... Pin
Luc Pattyn24-Jun-09 23:57
sitebuilderLuc Pattyn24-Jun-09 23:57 
QuestionHow to retrive and save the attachments of the Mail from Pop3. Pin
Nekkantidivya24-Jun-09 21:32
Nekkantidivya24-Jun-09 21:32 
AnswerRe: How to retrive and save the attachments of the Mail from Pop3. Pin
Christian Graus24-Jun-09 21:46
protectorChristian Graus24-Jun-09 21:46 
Questionimporting table to another database Pin
leone24-Jun-09 20:36
leone24-Jun-09 20:36 
AnswerRe: importing table to another database Pin
Mycroft Holmes24-Jun-09 20:45
professionalMycroft Holmes24-Jun-09 20:45 
GeneralRe: importing table to another database Pin
leone25-Jun-09 1:15
leone25-Jun-09 1:15 
GeneralRe: importing table to another database Pin
Mycroft Holmes25-Jun-09 1:48
professionalMycroft Holmes25-Jun-09 1:48 
QuestionDifference between commandtype.storedprocedure and commandtype.text in terms of speed. Pin
Ersan Ercek24-Jun-09 20:28
Ersan Ercek24-Jun-09 20:28 
AnswerRe: Difference between commandtype.storedprocedure and commandtype.text in terms of speed. Pin
Mycroft Holmes24-Jun-09 20:51
professionalMycroft Holmes24-Jun-09 20:51 
JokeRe: Difference between commandtype.storedprocedure and commandtype.text in terms of speed. Pin
Ersan Ercek24-Jun-09 21:05
Ersan Ercek24-Jun-09 21:05 
GeneralRe: Difference between commandtype.storedprocedure and commandtype.text in terms of speed. Pin
Mycroft Holmes24-Jun-09 23:10
professionalMycroft Holmes24-Jun-09 23:10 
QuestionPassing SQL Statement --- What am I doing Wrong? --- Pin
JollyMansArt24-Jun-09 20:13
JollyMansArt24-Jun-09 20:13 
AnswerRe: Passing SQL Statement --- What am I doing Wrong? --- Pin
himanshu256124-Jun-09 20:29
himanshu256124-Jun-09 20:29 
AnswerRe: Passing SQL Statement --- What am I doing Wrong? --- Pin
AtinMaheshwari24-Jun-09 20:38
AtinMaheshwari24-Jun-09 20:38 
Open your connection

Commandtype should be command.StoredProcedure

Create parameter object and then define all your parameter and then add your parameter in command object as

command.Parametyer.Add(put your parameter object here)

And execute as ExecuteNonQuery command.ExecuteNonQuery

Thanks,
Atin
AnswerRe: Passing SQL Statement --- What am I doing Wrong? --- Pin
Niladri_Biswas25-Jun-09 6:04
Niladri_Biswas25-Jun-09 6:04 
QuestionXML to DataTable Pin
Abdul Rahman Hamidy24-Jun-09 19:52
Abdul Rahman Hamidy24-Jun-09 19:52 
AnswerRe: XML to DataTable Pin
himanshu256124-Jun-09 20:03
himanshu256124-Jun-09 20:03 
GeneralRe: XML to DataTable Pin
Cracked-Down24-Jun-09 20:21
Cracked-Down24-Jun-09 20:21 
General[Message Deleted] Pin
Abdul Rahman Hamidy24-Jun-09 20:38
Abdul Rahman Hamidy24-Jun-09 20:38 
GeneralRe: XML to DataTable Pin
Cracked-Down24-Jun-09 20:52
Cracked-Down24-Jun-09 20:52 
GeneralRe: [Message Deleted] Pin
0x3c024-Jun-09 21:03
0x3c024-Jun-09 21:03 
GeneralRe: [Message Deleted] Pin
Abdul Rahman Hamidy24-Jun-09 21:07
Abdul Rahman Hamidy24-Jun-09 21:07 
AnswerRe: XML to DataTable Pin
Rajesh Anuhya24-Jun-09 21:08
professionalRajesh Anuhya24-Jun-09 21:08 

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.