Noelle
Noelle

Reputation: 782

Strange Character in SQL Database

I have a WPF C# application that saves and retrieves data in and out of a SQL Database. Everynow and then a strange character turns up in the DB. I'm assuming it happens when incorrect data is passed into it, but it throws no error, and when I try to retrieve that row its like its not there, or doesn't exist.

I am unable to paste the character but it looks like an empty square.

Can anyone shed any light on this?

Upvotes: 0

Views: 1904

Answers (1)

Sebastiaan van den Broek
Sebastiaan van den Broek

Reputation: 6331

Sounds like an encoding problem. Have a read here and see if you can deduce what's wrong afterwards: http://www.joelonsoftware.com/articles/Unicode.html

Upvotes: 1

Related Questions