SQLCe Datatype

  • Thread starter Thread starter marcmc
  • Start date Start date
M

marcmc

What are the options in a sqlce database if the string
you want to input is (much) greater than 250 characters.

nvarchar(250)

my current string is over 300 chars. Please help asap.
 
Hi,

U can use ntext datatype to map data > 255 characters.

Girish.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top