Click here to Skip to main content
15,881,027 members
Home / Discussions / C#
   

C#

 
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 
QuestionHow to download .jar file to Mobile using asp.net and c# Pin
rekhashiji24-Jun-09 18:29
rekhashiji24-Jun-09 18:29 
QuestionChange a forums start up position [modified] Pin
2TammyB24-Jun-09 15:42
2TammyB24-Jun-09 15:42 
AnswerRe: Change a forums start up position Pin
Christian Graus24-Jun-09 16:19
protectorChristian Graus24-Jun-09 16:19 
AnswerRe: Change a forums start up position Pin
Mycroft Holmes24-Jun-09 19:16
professionalMycroft Holmes24-Jun-09 19:16 
QuestionDataGridViews and ComboBoxes Pin
Illegal Operation24-Jun-09 14:02
Illegal Operation24-Jun-09 14:02 
AnswerRe: DataGridViews and ComboBoxes Pin
Illegal Operation24-Jun-09 15:43
Illegal Operation24-Jun-09 15:43 
GeneralRe: DataGridViews and ComboBoxes Pin
jdhforever24-Jun-09 16:17
jdhforever24-Jun-09 16:17 
GeneralRe: DataGridViews and ComboBoxes Pin
Illegal Operation24-Jun-09 16:35
Illegal Operation24-Jun-09 16:35 

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.