all groups > sql server full text search > january 2006 >
You're in the

sql server full text search

group:

Msg 7619, Level 16, State 1, Line 1


Msg 7619, Level 16, State 1, Line 1 Amaal Ali
1/13/2006 11:26:11 AM
sql server full text search:

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



Re: Msg 7619, Level 16, State 1, Line 1 Hilary Cotter
1/14/2006 7:25:36 AM
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

[quoted text, click to view]

Re: Msg 7619, Level 16, State 1, Line 1 Amaal Ali
1/15/2006 3:21:02 AM

Thanks Alot Mr Hilary Cotter about ur concerning
but i got this msg through Query Analyzr not program only
finally i got the soluation
as
i have to set the "language for word breaker " to Neutral option
when i add the required column to My index Catalog
Thanks Again


Re: Msg 7619, Level 16, State 1, Line 1 Amaal Ali
1/15/2006 3:21:07 AM



Thanks Alot Mr Hilary Cotter about ur concerning
but i got this msg through Query Analyzr not program only
finally i got the soluation
as
i have to set the "language for word breaker " to Neutral option
when i add the required column to My index Catalog
Thanks Again


AddThis Social Bookmark Button