Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I store Arabic Text in Sql Server 7.0

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How do i stone Arabic text in sql server 7.0. I have large amount of text to be inserted and to be displaed on the browser and search to be performed. When I try to insert in
normal way square boxes are coming.

Anybody have the solution kindly help me.

 
Are you using the needed character set for Arabic characters?

In Online Books:

"Important It is critical that you select the correct character set when you install SQL Server. To change character sets after installing SQL Server, you must rebuild the databases and reload the data."

1256 Arabic

JB
 
You can use UNICODE for stiring every character sets in the same table and/or database. John Fill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top