SQL text length?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

I am having a problem getting my C# program to insert data into a MSDE SQL
database column. The column is of type TEXT and is not an index, but for
some reason, when I try to INSERT a string of over 900 characters, no data
appears in the table. Any idea what the problem could be?

thnx
 
Ryan said:
I am having a problem getting my C# program to insert data into a MSDE SQL
database column. The column is of type TEXT and is not an index, but for
some reason, when I try to INSERT a string of over 900 characters, no data
appears in the table. Any idea what the problem could be?

How are you trying to do the insert? Are you using a parameter, or
including it in the SQL itself?
 

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