Ask a Question related to ASP Database, Design and Development.
-
Aaron Bertrand - MVP #1
Re: Unicode characters support: no in SQL - yes in Access.
What datatype is the data stored in SQL Server? To utilize unicode, you
myst use nchar, nvarchar, or ntext... not char, varchar, or text.
[url]http://www.aspfaq.com/2354[/url]
"Nick" <ektorjr@hol.gr> wrote in message
news:0e3c01c361aa$a76ba490$a601280a@phx.gbl...> Hello
>
> I have a page with at the top, which supports Greek
> characters.
>
> All Greek characters display correctly in the page except
> those coming from my database (SQL Server). They seem like
> I didn't have set the codepage value. I request these
> values and display them in a drop-down combo box.
>
> Strange thing is, exactly the same page worked fine when
> it requested data from Access, but now I am using SQL
> Server and not display Greek characters. The problem
> appears only in my web host's database (which locates in
> the US). When I was working locally on my PC it appeared
> fine!
>
> Can anybody give ideas on the possible solution?
>
> Thanks
>
> Nick
Aaron Bertrand - MVP Guest
-
Access database with Unicode support
I'm trying to verify Access 2000 databases on a CF MX 6.1 Windows installation. I can verify the databases normally, but when I turn on Unicode... -
Unicode characters above FFFF
How can I generate/display on a page/ Unicode characters based on unicode scalar values? I know ColdFusion function chr() works very good for... -
Do Win32::ODBC module support Chinese characters when used with MS Access?
Hello all, I am a newbie to Perl & CGI (7 days). I am using Perl 5.6 and using Win32::ODBC to connect to an MS Access Database, where I do my... -
Unicode characters and ado.
I have an Access 2002 database which stores unicode characters. I am using adodb.recordset object to display these fields on a web page. If I were... -
entering unicode characters
I would really appreciate some help with this. I am using mozilla (1.2.1) with XFree86 (3.3.6). How can I enter a unicode character into mozilla? -
Nikos Drandakis #2
Re: Unicode characters support: no in SQL - yes in Access.
It's nvarchar
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Nikos Drandakis Guest



Reply With Quote

