Hits Today: 1 Total: 2893 | Updated: 8/2/2002 | |
 | There will be many occassion, in which we will be urged to store images in the Database.
In this article, we will discuss about, how we can insert images to a SqlServer 2000 in ASP .NET Author: Jesudas Chinnathampi (Das) Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1325 | Updated: 12/23/2003 | |
 | This article is Part I of a three-part series on code samples for testing various SQL Server Full-Text components. We'll start with a code sample that may be used to test the output of a wordbreaker. Author: Andrew Cencini Code: ASP.NET v1.0 & C# | |  | |
Hits Today: 1 Total: 738 | Updated: 10/5/2006 | |
 | This example shows how to partially serialize a SqlCommand by storing the CommandText, CommandType and CommandTimeout properties and recreating the SqlCommand after deserialization. Author: Xander Zelders Code: ASP.NET v2.0 & C# |
Hits Today: 2 Total: 927 | Updated: 10/5/2006 | |
 | A SqlCommand object is normally passed 'by reference'. Sometimes you need to pass it 'by value'. This article explains the difference between 'by ref' and 'by val' shows how to pass a SqlCommand 'by value' Author: Xander Zelders Code: ASP.NET v2.0 & C# | |  | |
|