Hi All,

I'm in the process of localizing our internal app.  Can someone please tell me 
if Firebird 2.0 (embedded) adheres to Unicode Standard Annex 
#15(http://unicode.org/reports/tr15/)?

My concerns are:
- Storing data(Unicode)
- Order by Name ASC
- UPPER(Name)

I came across this article 

http://msdn2.microsoft.com/en-gb/library/a7zyyk0c.aspx 

on MSDN and wondered if I have to implement my own sorting mechanism inside my 
app on top of SQL ORDER BY

Ex:

SELECT
  NAME
FROM SOME_TABLE
ORDER BY NAME ASC

or

SELECT

  NAME

FROM SOME_TABLE

ORDER BY UPPER(NAME) ASC

Thanks in advance,
Vlad



 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to