2006-01-05 Senganal T * TdsMetaParameter.cs: Test for DbNull when updating the scale of decimal or numeric value. Fixes #77410 Patch By Sebastien Robitaille 2005-10-20 Senganal T * TdsMetaParameter.cs: Set default values of Precision and Scale for Decimal Parameters when not explicitly set. Fixes #76467 2005-08-02 Joerg Rosenkranz * TdsMetaParameter.cs: Send binary parameters with size > 8000 as image instead of varbinary. This fixes #75684. 2005-05-27 Sureshkumar T * TdsMetaParameter.cs: Prepare: in SQL, a variable declaration with size 0 is not allowed. fixes #62978.