J
Jared
Is there a way to programmatically determine if a SQL Server field is
of type CHAR vs. VARCHAR?
I'm able to use the DataColumn.DataType property to determine that a
field is a string, and to retrieve its max length. As far as I can
tell, however, both CHAR and VARCHAR fields look the same when using
the DataColumn object.
This for a stored procedure code generator that is complete except for
this one feature.
TIA
Jared
of type CHAR vs. VARCHAR?
I'm able to use the DataColumn.DataType property to determine that a
field is a string, and to retrieve its max length. As far as I can
tell, however, both CHAR and VARCHAR fields look the same when using
the DataColumn object.
This for a stored procedure code generator that is complete except for
this one feature.
TIA
Jared