No announcements
Found 2417651 threads
-
0 Votes
problem in c# & sql
i test your answer thank you . it doesnt error .but it has a problem in result for my project . i dont put "sum" in first table and table 3. i solve my ...Answered | 3 Replies | 396 Views | Created by asgari - Monday, February 26, 2018 10:40 AM | Last reply by Stanly Fan - Tuesday, February 27, 2018 6:36 AM -
0 Votes
Problem with C++ and SQL Date
I have Microsoft ODBC Driver for SQL Server Version 12.00.4100 installed.Answered | 3 Replies | 987 Views | Created by nicholsboba - Friday, July 22, 2016 11:06 PM | Last reply by Baron Bi - Wednesday, July 27, 2016 6:16 AM -
0 Votes
C# using SQL Database problem.
Totally agree, usually get round this by putting context around the problem word. e.g.Answered | 4 Replies | 2627 Views | Created by snayler0 - Monday, October 26, 2009 1:57 AM | Last reply by fisherljp - Monday, October 26, 2009 10:49 AM -
0 Votes
C# and SQL query problem
I just like using 'in' in my SQL statements for clarity.Answered | 6 Replies | 2919 Views | Created by computerjunkie - Monday, September 8, 2008 7:06 PM | Last reply by Mitchel Sellers - Monday, September 8, 2008 8:14 PM -
0 Votes
Problem with using SQL alias using c# SqlCommand
I've also found out that one should declare a SELECT statement like this in c# if it has aliases :- SELECT RI.CDBNO AS [RI.CDBNO], RI.COUNTRY AS [RI.COUNTRY] FROM ...Answered | 2 Replies | 2073 Views | Created by jmatty2000 - Wednesday, October 17, 2012 8:59 PM | Last reply by jmatty2000 - Thursday, October 18, 2012 8:39 AM -
1 Votes
C# SQL Server, decimal problem
UPDATE [dbo].Answered | 4 Replies | 5368 Views | Created by Markus Freitag - Friday, February 16, 2018 2:56 PM | Last reply by Markus Freitag - Sunday, February 18, 2018 11:34 AM -
1 Votes
Problems using the c# SqlCommand with SQL alias's
You can check the column names that are returned by calling SqlDataReader.GetName: for(int i = 0; iAnswered | 2 Replies | 6368 Views | Created by jmatty2000 - Wednesday, October 17, 2012 2:39 PM | Last reply by jmatty2000 - Thursday, October 18, 2012 8:24 AM -
0 Votes
/C Problem
Even if coding and codePage was the same on the file it turned out that C and C we saw on plain eyes actually were different characters.Answered | 4 Replies | 1557 Views | Created by CazzyCape - Thursday, July 4, 2019 6:34 AM | Last reply by CazzyCape - Monday, July 8, 2019 7:23 AM -
1 Votes
Problem passing two variables to an SQL in c#
The GetData() method executes an arbitrary SQL statement, thus it is prone to SQL Injection.Answered | 7 Replies | 1567 Views | Created by Clusterworks2012 - Wednesday, December 19, 2012 8:45 AM | Last reply by Louis.fr - Wednesday, December 19, 2012 12:16 PM -
1 Votes
SQL c# database
There are instances when it's a good idea http://stackoverflow.com/questions/5613898/storing-images-in-sql-server Bear in mind that a ...Answered | 5 Replies | 602 Views | Created by Btb4198 - Saturday, November 14, 2015 6:12 AM | Last reply by Andy ONeill - Saturday, November 14, 2015 12:07 PM -
0 Votes
C# and SQL
Remember, here you need to supply your machine login credentials, instead of SQL server credentials.Answered | 3 Replies | 2679 Views | Created by NETtest2010 - Wednesday, November 10, 2010 2:44 PM | Last reply by Shweta Jain (Lodha) - Wednesday, November 10, 2010 5:57 PM -
2 Votes
C# and SQL database login problem
this.Close(); ~~Bonnie Berent DeWitt [C# MVP] geek-goddess-bonnie.blogspot.comAnswered | 8 Replies | 2935 Views | Created by Benadhon - Sunday, April 15, 2012 2:22 PM | Last reply by BonnieB - Tuesday, April 17, 2012 4:57 AM -
0 Votes
SQL Express and SQL Authentication Problem
SQL Server located here:Answered | 1 Replies | 8568 Views | Created by Surfsista - Friday, February 20, 2009 8:54 PM | Last reply by Shrikant Maske - Monday, February 23, 2009 4:53 AM -
2 Votes
C# and SQl
Please see http://devpinoy.org/blogs/keithrull/archive/2006/06/19/HowTo_3A00_-Use-SqlParameters-to-pass-parameters-to-queries-and-stored-procedures.aspx My Blog - MSDN ...Answered | 5 Replies | 2614 Views | Created by Lewis_a123 - Sunday, March 21, 2010 5:39 PM | Last reply by Lewis_a123 - Monday, March 22, 2010 2:08 PM -
0 Votes
SQL server CE and C#
There are various ways to connect to SQL server from you application LINQ to SQL - TestEntity ...Answered | 3 Replies | 2473 Views | Created by dadaja - Friday, May 29, 2015 12:40 PM | Last reply by Anuj Tripathi - Friday, May 29, 2015 1:20 PM -
4 Votes
use sql authentication in c#
For future reference: You should state what the details are for your problem.Answered | 5 Replies | 3104 Views | Created by scrywas - Monday, July 6, 2009 12:09 PM | Last reply by Rudedog2 - Monday, July 6, 2009 3:33 PM -
0 Votes
C# Environment.NewLine and SqL Server
Thank you Fred for the details and taking the time to post the code and SQL.Answered | 6 Replies | 13620 Views | Created by KKailasamoni - Tuesday, May 26, 2015 1:48 PM | Last reply by KKailasamoni - Wednesday, May 27, 2015 6:06 PM -
0 Votes
MS Visual C# 2008 Express Edition...SQL server problem
This one sounds like your problem.Answered | 8 Replies | 4299 Views | Created by caballeroroberto - Friday, August 7, 2009 10:39 PM | Last reply by caballeroroberto - Tuesday, August 25, 2009 5:16 PM -
1 Votes
C# and SQL SERVER 2005
May i remind you to use using() statements when creating sql connections.Answered | 5 Replies | 3333 Views | Created by qpile - Monday, October 5, 2009 12:30 PM | Last reply by Ruud van Falier - Monday, October 5, 2009 2:25 PM -
0 Votes
sql and c#.net
Hello, You could create a NET CLR assembly (DLL) and embed it in SQL Server to executed it as a stored procedure or function, see MSDN: Introduction to ...Answered | 1 Replies | 8881 Views | Created by princess_980 - Monday, July 26, 2010 9:38 AM | Last reply by Olaf Helper - Monday, July 26, 2010 10:01 AM - Items 1 to 20 of 2417651 Next ›
No announcements