|
|
 More Subcategories Available
| SQL Language [+] Favor-It | |
| |
 |
| | Sort By:
|
In the test, there are 3 different sample queries taken from the Northwind database. There are also 4 different functions designed to provide the capability of returning the data disconnected from the SqlReader or SqlDataAdapter as soon as possible. Author: Robbe D. Morris Code: ASP.NET Beta 2 & C# |
It seems like a very profound sentence but it is so true and it is relevant to all commercial software that I know of. Let's take a test case of a certain piece of software most of us have probably encountered. I'm talking about SQL server. Author: Eran Sandler Code: ASP.NET Beta 1 & VB |
So, is SQL Server 2000's inclusion as a .NET Server more "marketecture" than architecture? Yes—and no... Author: unknown Code: ASP.NET Beta 1 & VB |
|  | |
Microsoft Corp. is readying a notification service add-in to its SQL Server 2000 relational database that it says provides a means for extending enterprise data out from the DBMS to external users.
Author: Alan Zeichick Code: ASP.NET v1.0 & VB |
When developing queries in SQL Server, dealing with nulls can often be challenging. The COALESCE function was included in SQL 2005 to help deal with these issues. First let’s take a look at what COALESCE can offer. Author: programminghelp.com Code: ASP.NET v2.0 & C# |
Have you used the NOT IN function, (both of which can be used to get the same result), and wondered the same thing? If you have or just are curious about either of these methods, keep reading. In this article, both of these functions will be explored. Author: programminghelp.com Code: ASP.NET v2.0 & C# |
When writing stored procedures or other SQL queries, too often there is a need to have data in a specific data type. The two common functions used to achieve this is the CONVERT and CAST functions. Author: programminghelp.com Code: ASP.NET v2.0 & C# |
|  | |
Validating User Input - SQL Injection Attacks in .NET
Description : This tutorial will show you how to manage your SQL data connections and data access methods to improve security issues against SQL Injection Attacks.
Author: AspNetTutorials.com Code: ASP.NET v3.5 & C# |
Validating User Input - SQL Injection Attacks in VB.NET: This tutorial will show you how to manage your SQL data connections and data access methods to improve security issues against SQL Injection Attacks. VB.
Author: AspNetTutorials.com Code: ASP.NET v3.5 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|