A
Amy L.
When using Stored Procedures and SqlParameters when do you need to
specify the SqlParameter.Size property?
From the documentation and examples I have seen where Integers had a
size set and examples where Integers did not have a size set.
When inserting into a text field what would you set the size property too?
Is there an easy way to have the framework determine what the size of
the parameter actually is for non-fixed length items (String, text, etc)?
Thanks
Amy
specify the SqlParameter.Size property?
From the documentation and examples I have seen where Integers had a
size set and examples where Integers did not have a size set.
When inserting into a text field what would you set the size property too?
Is there an easy way to have the framework determine what the size of
the parameter actually is for non-fixed length items (String, text, etc)?
Thanks
Amy