J
John A Grandy
does CType() provide any auto-conversions ... ?
for example, if i use
CType(rs!MyField,String)
will fields with nulls, or numerics, etc. be converted?
what's the fastest way to handle this type of thing ?
(assuming you are happy with a fixed set of auto-conversions)
for example, if i use
CType(rs!MyField,String)
will fields with nulls, or numerics, etc. be converted?
what's the fastest way to handle this type of thing ?
(assuming you are happy with a fixed set of auto-conversions)