Lynn512 0 Newbie Poster

Hi,
I'm having some trouble with SQL Compact Edition, it's popping up with this error when passing a string:

"The token specified is too long. The maximum length is 128 characters. [Maximum size of token (if Known) = 128, Token (if known) ="

The data type for the field that is throwing up the error is a nvarchar(), i've tried changing the size to the limit which is 4000 but that's not making any difference. All of the code is written in VB.

Any help would be very much appreciated.