If you are creating a SQL CE table containing any string fields, it is useful to check out the list of valid SQL CE data types. Varchar is NOT a recognized data type in SQL Compact Edition. You will need to use nvarchar.
Posted
Jul 23 2008, 04:57 AM
by
CJM