Home Forums Programming General Problem working with nvarchar over 6 digits RE: Problem working with nvarchar over 6 digits

  • If Your Field is Numeric only and not over 50 characters long I suguest you use char(N) where N is the length of your ID number. It works great for me.