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);

Best coding practices every developer should follow

Best Coding Practices Every Developer Should Follow Introduction In today’s fast-paced software development environment, adhering to...