No announcements
Found 2344272 threads
-
2 Votes
SqlCommand
using (SqlConnection sqlcon= new SqlConnection(ConnectionString)) { string sSQLStatement = "select * from ...Answered | 4 Replies | 3786 Views | Created by Jackson_1990 - Tuesday, November 25, 2008 12:03 PM | Last reply by Prabhakaran Anbazhagan - Tuesday, November 25, 2008 2:49 PM -
0 Votes
sqlcommand inside while inside sqlcommand
VooDoo Chicken said:i was looking the documentation on sqlcommand, and there are functions called 'beginexecutenonquery' and 'endexecutenonquery', that according to help file, are used to ...Answered | 5 Replies | 3115 Views | Created by VooDoo Chicken - Monday, November 17, 2008 5:52 PM | Last reply by twistur - Thursday, November 20, 2008 5:11 AM -
0 Votes
SqlCommand
SqlConnection conn = new ...Answered | 5 Replies | 2973 Views | Created by Jackson_1990 - Tuesday, September 8, 2009 4:16 AM | Last reply by liurong luo - Tuesday, September 8, 2009 8:33 AM -
0 Votes
check sqlcommand??
Hi dracy, If you don't want it to be executed, how could you know if it have any error???Answered | 7 Replies | 4740 Views | Created by dracy - Sunday, August 8, 2010 11:13 AM | Last reply by dracy - Monday, August 9, 2010 6:12 AM -
2 Votes
multiple SqlCommands
ADO.NET has always known how to deal with each resultset with very little trouble.Answered | 5 Replies | 7306 Views | Created by Bob Bevers - Sunday, March 6, 2011 6:42 PM | Last reply by Papy Normand - Sunday, March 6, 2011 9:05 PM -
0 Votes
store SqlCommand to a MemoryStream?
Then to re-create the SqlCommand from the data in the custom calss once the MemoryStream was deserialized.Answered | 2 Replies | 4685 Views | Created by daktmacfan - Friday, February 12, 2010 11:34 AM | Last reply by daktmacfan - Friday, February 19, 2010 6:27 PM -
0 Votes
First query slow comparing with SqlCommand
We observed problem debugging with visual studio and always the first time object context is created.Answered | 3 Replies | 3093 Views | Created by Alberto Ayuso - Tuesday, May 4, 2010 9:13 AM | Last reply by shegi - Monday, June 28, 2010 6:15 PM -
1 Votes
SqlCommand returning null OUTPUT
string spString = "dbo.sp_GetAllNames1"; using (SqlConnection conn = new SqlConnection(sqlConnString)) { ...Answered | 6 Replies | 5610 Views | Created by CodeCorey - Monday, August 31, 2009 6:50 PM | Last reply by CodeCorey - Monday, August 31, 2009 7:12 PM -
4 Votes
How to show data on the dataGrid after using SqlCommand
Even though values of your codes were correct at debugging, the data didn't displayed on dataGrid1 in WPF.Answered | 4 Replies | 451 Views | Created by YoonJungHee - Wednesday, September 24, 2014 7:54 AM | Last reply by YoonJungHee - Tuesday, September 30, 2014 1:25 AM -
1 Votes
SqlCommand in recursive function
//Create a parameterized SqlCommand and pass that into the function public static string GetProjectTreePath(int iID, SqlCommand ...Answered | 3 Replies | 6972 Views | Created by Hong (MA, USA) - Sunday, March 14, 2010 10:07 PM | Last reply by David Sceppa - Monday, March 15, 2010 8:28 PM -
0 Votes
what happened to SQLCommand documentation
The question was specifically: "Where is the DOCUMENTATION on SqlCommand".Answered | 6 Replies | 1598 Views | Created by roadkill4299 - Thursday, November 14, 2013 9:04 PM | Last reply by roadkill4299 - Tuesday, November 19, 2013 7:05 PM -
0 Votes
Use Bcp with Sqlcommand
How can we do the same against SqlCommand?Answered | 2 Replies | 1488 Views | Created by Jackson_1990 - Friday, June 21, 2013 3:19 AM | Last reply by Manivannan.D.Sekaran - Friday, June 21, 2013 3:46 AM -
2 Votes
SQLCommand add new field
string sqlCommandString = "INSERT INTO myTable (Field1,Field2) ...Answered | 7 Replies | 1629 Views | Created by DevNC - Tuesday, July 10, 2012 1:13 PM | Last reply by Noam B - Wednesday, July 11, 2012 10:41 AM -
0 Votes
DataSet SqlDataAdapter DataTable vs SQLCommand
>So my question what is the point of those classes and where would you use them instead of SqlCommand class?Answered | 2 Replies | 914 Views | Created by WardH - Wednesday, July 30, 2014 1:01 PM | Last reply by Fred Bao - Thursday, July 31, 2014 3:46 AM -
1 Votes
How To Debug
Maybe you meant something else by "debug every form"?Answered | 3 Replies | 499 Views | Created by benjir01 - Wednesday, September 2, 2015 3:12 PM | Last reply by benjir01 - Thursday, September 3, 2015 5:18 AM -
0 Votes
How to debug
check Debugging How-To Topics.Answered | 2 Replies | 3470 Views | Created by YEHOU - Friday, May 7, 2010 6:42 AM | Last reply by YEHOU - Monday, May 10, 2010 1:26 AM -
1 Votes
How to Debug?
Hi, Remote debugging can be performed in two ways: a.Answered | 2 Replies | 3530 Views | Created by Muhammad Wasim - Thursday, February 9, 2012 9:26 AM | Last reply by celinaasouza - Tuesday, February 14, 2012 7:05 AM -
0 Votes
Best practice SqlCommand & DataAdapter
Using SQLCommand, this will also comes when you read SQLDataReader for read data and for insert and update.This will give you better performance for insert and update.Answered | 6 Replies | 4855 Views | Created by swingme - Monday, July 6, 2015 12:53 PM | Last reply by Kristin Xie - Tuesday, July 7, 2015 7:52 AM -
2 Votes
pronlem with my sqlcommand
here is the command Dim cmdcomment As New SqlClient.SqlCommand("INSERT INTO [Feedback] ([Feedback]) VALUES ('" + txtcomment.Text ...Answered | 1 Replies | 5071 Views | Created by j-andrew - Thursday, September 15, 2011 8:23 AM | Last reply by Uceda - Thursday, September 15, 2011 9:24 AM -
0 Votes
How to debug the stored procedure
Though, if you did not write it.. it might be better to validate all variables are filled by adding a debug to your code and than call the ...Answered | 4 Replies | 772 Views | Created by polachan - Monday, January 11, 2016 1:47 PM | Last reply by Sam Zha - Tuesday, January 12, 2016 9:06 AM - Items 1 to 20 of 2344272 Next ›
No announcements