Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 hindi characters in sql server 7

Author  Topic 

ponnurajs
Starting Member

6 Posts

Posted - 2007-07-26 : 09:23:39
Hai,

Is it possible to store hindi characters in sql server 7. It is possibe in sql server 2000, that i know.

I want to know in sql server 7?

If any body knows, pl. explain the limitation of that in sql server 7.

Regards,
Raj

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-07-26 : 09:50:14
doesn't 7 have the nchar/nvarchar/ntext types? those are for unicode.


elsasoft.org
Go to Top of Page

ponnurajs
Starting Member

6 Posts

Posted - 2007-07-27 : 00:48:09
Hai,

Thanks for your reply.

In sql server 7, we have nvarchar datatype, but I can't store the "Hindi" character in it.

I studied from one book, to store unicode characters we need some collage property. But it is not available in sql server 7.

So, i want to know what are the limitation on sql server to use with multilingual application.

Bec., i need to submit a document regarding this to our clint.

If you know anything regarding this pl. share me also.

Thanking you,

Regards,
Raj
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-27 : 23:47:23
Possible to move to sql2k or sql2k5?
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2007-07-28 : 00:19:20
what do you mean you can't store hindi chars in unicode?

certainly hindi is in there: http://unicode.org/charts/PDF/U0900.pdf




elsasoft.org
Go to Top of Page
   

- Advertisement -