Quantcast
Channel: SQLCompact 3.5 NText Limit
Browsing latest articles
Browse All 3 View Live

SQLCompact 3.5 NText Limit

Hi scolbertrocksI have used the below to insert an 8000 character string in a CE 3.5 column:Dim tf As SqlCeParameter = New SqlCeParameter("@TextField", SqlDbType.NText) tf.Value = longstring...

View Article



SQLCompact 3.5 NText Limit

Hi scolbertrocks, Based on my research, if we want to store characters, only three data types (nchar, nvarchar, ntext) are supported by SQL Server Compact 3.5. We can store up to 4,000 characters using...

View Article

SQLCompact 3.5 NText Limit

Hi my question is simple: How can i store more than 4k characters in a database column.  Im using compact 3.5 and NVarChar limits it to 4000 characters.  Someone suggested i use NText, but when i...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images