Wednesday, December 28, 2005

Inserting Null Values into SQL Server "FINALLY"

After many months of frustration I finally discovered the code to post null values into SQL Server.

cmd.Parameters.Add("@Emp_EID", System.DBNull.Value);

No comments:

C# vs Java: Which Should You Choose?

Introduction When deciding between C# and Java for software development, business decision-makers in the US often face a complex choice. ...