If I want to insert into a database column of type char(2) from C#. What data type would I use in C#?
If using the following code:
private static Sq
string will work fine if it is 2 characters or shorter
string