Hi all,

Everytime I enter data into a SQL CE database using a windows form, the
entered data gets truncated.

When I view it using the Query analyser, I only see 6 characters. This only
happens with the nvarchar column types.

Is the data really getting truncated or is the query analyser set to display
only the first characters of the column?

SSP

Re: Data truncation?? by Mark

Mark
Mon Feb 09 05:55:16 CST 2004

Are you sure that Query analyser does not show nvarchar (6) ?
With ntext this would not happen.

Mark Johnson, Berlin Germany
mj10777@mj10777.de
"SSP" <ssp@dt.com> schrieb im Newsbeitrag
news:O2h7p6o7DHA.3360@tk2msftngp13.phx.gbl...
> Hi all,
>
> Everytime I enter data into a SQL CE database using a windows form, the
> entered data gets truncated.
>
> When I view it using the Query analyser, I only see 6 characters. This
only
> happens with the nvarchar column types.
>
> Is the data really getting truncated or is the query analyser set to
display
> only the first characters of the column?
>
> SSP
>
>