Re: newbie in C# 2003, saving Asian characters to database problem
- From: "HibernatingBear" <letmesleep@xxxxxxxxxxx>
- Date: 29 Mar 2007 08:09:17 -0700
Changed from converting to bytes to using the following sql string to
insert text, and I'm still getting the "???"
string sql = "INSERT INTO MyTable"
+ " (Comment1)"
+ " VALUES (" txtComment.Text + "')";
It works fine for English. At this point, I'm just plain out of
ideas. On another bulletin board, found one guy who had a similar
problem, but the helper chose to delete his solution -- the post was
dated 2002, but looked like it would've helped if it was left up.
.
- Follow-Ups:
- Re: newbie in C# 2003, saving Asian characters to database problem
- From: Jon Skeet [C# MVP]
- Re: newbie in C# 2003, saving Asian characters to database problem
- References:
- newbie in C# 2003, saving Asian characters to database problem
- From: HibernatingBear
- Re: newbie in C# 2003, saving Asian characters to database problem
- From: james
- Re: newbie in C# 2003, saving Asian characters to database problem
- From: HibernatingBear
- Re: newbie in C# 2003, saving Asian characters to database problem
- From: Jon Skeet [C# MVP]
- newbie in C# 2003, saving Asian characters to database problem
- Prev by Date: Re: Scrolling WebBroswer works, but not when it has proper DOCTYPE!
- Next by Date: Re: Typed DataSets in VS2005
- Previous by thread: Re: newbie in C# 2003, saving Asian characters to database problem
- Next by thread: Re: newbie in C# 2003, saving Asian characters to database problem
- Index(es):