Ask a Question related to ASP Database, Design and Development.
-
Charles Katili #1
Need help: Storing non english char to SQL DB.
Hi,
I have a problem on storing foreign char to SQL DB.
If user inputs a foreign char from asp page, for example, "ROSÉ", it
will be stored in the DB as "ROSé".
I need to be able to store as it is in the DB, "ROSÉ". The DB is ready
to store the string. I am able to store the string to the DB via other
mean (non GUI).
BTW, it is displayed properly in the Web GUI.
Thanks for any help that you can provide,
Charles
Charles Katili Guest
-
#39533 [NEW]: ord() cast with (unsigned char), chr() with (signed char)
From: fred at cashette dot com Operating system: * PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description: ... -
english improvement
hi, did anyone hear about the site: http:///www.whitesmoke.com? i heard that this new program suppose to enrich your sentence. what do you... -
!! Outlook (bad English)
Outlook (bad English) Hello I am Portuguese and have a very bad English I need help to create a button that opens outlook already with the... -
old english
does anyone know where i can download the old english font ? -
- Are you learning English?
This is a multi-part message in MIME format --48eb638b-ec01-4011-9376-86c82d58de84 Content-Type: text/html; charset=iso-8859-1... -
Charles Katili #2
Re: Need help: Storing non english char to SQL DB.
Atrax,
I found the solution, although it was not obvious at first.
It turns out that web application uses UTF-8 encoding, and SQL uses UCS-2.
This different encoding standard caused the wrong data conversion.
Charles
Atrax <atrax@dontspamatrax.co.uk> wrote in message news:<ut5RhVAUDHA.560@TK2MSFTNGP10.phx.gbl>...> well, first up the SQL field will need to be Nchar or NVarchar (or
> ntext). is it?
>
>
>
>
>
>
> ________________________________________
> Atrax. MVP, IIS
> [url]http://rtfm.atrax.co.uk/[/url]
>
> newsflash : Atrax.Richedit 1.0 now released.
> [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!Charles Katili Guest



Reply With Quote

