Re: Msg 7619, Level 16, State 1, Line 1
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Sat, 14 Jan 2006 07:25:36 -0500
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 ***
.
- Follow-Ups:
- Re: Msg 7619, Level 16, State 1, Line 1
- From: Amaal Ali
- Re: Msg 7619, Level 16, State 1, Line 1
- References:
- Msg 7619, Level 16, State 1, Line 1
- From: Amaal Ali
- Msg 7619, Level 16, State 1, Line 1
- Prev by Date: Msg 7619, Level 16, State 1, Line 1
- Next by Date: Re: Identify/parse content within documents?
- Previous by thread: Msg 7619, Level 16, State 1, Line 1
- Next by thread: Re: Msg 7619, Level 16, State 1, Line 1
- Index(es):
Loading