Re: Msg 7619, Level 16, State 1, Line 1



what are your globalization settings in your web.config file? Try something
like.

<globalization requestEncoding="utf-8" responseEncoding="utf-8"
culture="ar-SA" uiCulture= "ar" />

Also is your page template directive setting the following?

<%@ Page ResponseEncoding="UTF-8" RequestEncoding="UTF-8" Culure="ar-SA"
uiCulture="ar" %>

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

"Amaal Ali" <eng_moli@xxxxxxxxxxx> wrote in message
news:uc4R3cHGGHA.3952@xxxxxxxxxxxxxxxxxxxxxxx
>
> i have a C# program which connect to sql 2k
> each time i use any arabic word in search i got the following error
> Msg 7619, Level 16, State 1, Line 1
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***


.


Loading