I am trying to create a table in SQL CE 3.5 in Visual Studio 2008 on XP and it only has nchar/nvarchar for column types. (in designer)
The full version is 3.5.5386.0
According to this article the CE 3.5 must support char and varchar : http://msdn.microsoft.com/en-us/library/ms172424(v=sql.105).aspx
Any ideas?