My object is a string, implemented as an array of 1-50 US-ASCII data characters.
- What SQL Data Type should I use to represent this in my database table?
- I am using SQL Server Express 2008. (Does that matter?)
- Does representing Extended ASCII require a different datatype than representing Standard ASCII?