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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-03 : 09:01:25
|
| Tejas writes "Dear Sir,Question : How to Store data of different Languages in different Records of a table in same column ?Description : Table Structure---------------email varchar(100)Name nvarchar(100)Address nvarchar(200)I want to store data from web form into the above table.The data come from various part of the world and in differentregional languages like english, spanish, hindi, japanise, etc.I want to store these data into above table (in email, Name,Address fields). So this table contains different records ofdifferent regional languages.Now my question isHow to achieve this ? What special care should be taken ?and how to retrieve this data from this table and displayinto its original language ?Please describe with example at your earliest. Any suggested links are also apprisiated.Thanks,TejasNote:OS : Win2000Database : SqlServer2000Web : ASP" |
|
|
|
|
|