I have a SQL Server CE 4.0 table that has a text blob field (ntext). When I browse the data in VS 2010 SP1 the ntext field does not show any data.
Is there any way to view the blob data in VS 2010?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ntext data is displayed as text using Show Table Data in VS 2010 SP1, but image data is displayed as “Binary Data”. The SQL Server Compact Toolbox can display images with the “Edit Table Data” feature.