J
Jeff Johnson [MVP: VB]
When setting up an SqlCommand object, is it required and/or recommended to
use the size parameter when the data type of the parameter is text
(SqlDbType.Text)? I'm converting an old program and I'm a ways away from
testing it, so I figured I'd ask first. In ADO specifying a size (for
adLongVarChar) was required. Just wondering if things had changed.
use the size parameter when the data type of the parameter is text
(SqlDbType.Text)? I'm converting an old program and I'm a ways away from
testing it, so I figured I'd ask first. In ADO specifying a size (for
adLongVarChar) was required. Just wondering if things had changed.