How to store unicode in SQL Server 2000 with VB

  • Thread starter Martin van der Linden
  • Start date
M

Martin van der Linden

Hi,

Can anybody tell me how to store a japanese unicode string from a rich textbox control in a database. I tried rs!Name = RichTextbox1.Text but this generates a bunch of questionmarks. There is nothing wrong with the database because I can use a INSERT INTO to store a japanese string. The problem is how to get it from the richtextbox into the recordset.

Very best regards,
Martin.

PS I have just about read the complete MSDN helpfiles but could not find anything helpful there.
 
H

Herfried K. Wagner [MVP]

* "Martin van der Linden said:
Can anybody tell me how to store a japanese unicode string from a rich textbox control in a database. I tried
rs!Name = RichTextbox1.Text but this generates a bunch of questionmarks. There is nothing wrong with the
database because I can use a INSERT INTO to store a japanese string. The problem is how to get it from the
richtextbox into the recordset.

You may want to post the question to this group:

<
Web interface:

<http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.adonet>
 

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

Top