Click here to Skip to main content
15,916,019 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to create live chat Pin
Vasudevan Deepak Kumar24-Apr-08 21:14
Vasudevan Deepak Kumar24-Apr-08 21:14 
AnswerRe: How to create live chat Pin
Ashish Sehajpal25-Apr-08 1:40
Ashish Sehajpal25-Apr-08 1:40 
GeneralAjax error with multiple copies of a page on one machine Pin
dmohr6924-Apr-08 19:10
dmohr6924-Apr-08 19:10 
GeneralIndex Search... Pin
Moghan24-Apr-08 18:25
Moghan24-Apr-08 18:25 
GeneralRe: Index Search... Pin
AlexeiXX324-Apr-08 18:48
AlexeiXX324-Apr-08 18:48 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:53
Harini N K24-Apr-08 18:53 
GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:54
Moghan24-Apr-08 18:54 
GeneralRe: Index Search... Pin
Harini N K24-Apr-08 18:52
Harini N K24-Apr-08 18:52 
Hi

I think there is no error in the SubString function, there is an error after scope function.

For searching multiple folders, syntax is given below:

<br />
SELECT "DAV:displayname"<br />
FROM <br />
SCOPE('shallow traversal of "http://myserver/public"',<br />
'shallow traversal of "http://myserver/public/userinfo"',<br />
'shallow traversal of "http://myserver/public/userinfo/phonenumber"')


Please check this site for more information:
http://msdn2.microsoft.com/en-us/library/aa579385(EXCHG.80).aspx[^]

When i debug your code, i got the following statement:

select Vpath, path, FileName, size, write, attrib, SUBSTRING(Characterization,90,DATALENGTH(Characterization)-1) as Characterization, DocTitle, rank from scope('shallow traversal of \"/Software\",\"/Industries\",\"/\"') where FREETEXT(contents,'abc') and FileName NOT LIKE 'inc_%' and FileName NOT LIKE '%.js' and FileName NOT LIKE 'searchresult.aspx' and FileName NOT LIKE '%.css' order by rank desc

which is different from the given syntax.

Hope this helps.

Harini

GeneralRe: Index Search... Pin
Moghan24-Apr-08 18:59
Moghan24-Apr-08 18:59 
GeneralProblem with Loading an User Control dynamically [modified] Pin
lovedotnet24-Apr-08 18:24
lovedotnet24-Apr-08 18:24 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX324-Apr-08 18:43
AlexeiXX324-Apr-08 18:43 
GeneralRe: Problem with Loading an User Control dynamically Pin
lovedotnet25-Apr-08 0:56
lovedotnet25-Apr-08 0:56 
GeneralRe: Problem with Loading an User Control dynamically Pin
AlexeiXX325-Apr-08 5:17
AlexeiXX325-Apr-08 5:17 
GeneralRe: Problem with Loading an User Control dynamically Pin
Mircea Grelus25-Apr-08 12:12
Mircea Grelus25-Apr-08 12:12 
QuestionHow to get radiobutton value inside a button click event. [modified] Pin
chakran24-Apr-08 18:06
chakran24-Apr-08 18:06 
AnswerRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 18:26
AlexeiXX324-Apr-08 18:26 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 18:56
chakran24-Apr-08 18:56 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX324-Apr-08 19:01
AlexeiXX324-Apr-08 19:01 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 19:08
chakran24-Apr-08 19:08 
GeneralRe: How to get radiobutton value inside a button click event. Pin
chakran24-Apr-08 20:38
chakran24-Apr-08 20:38 
GeneralRe: How to get radiobutton value inside a button click event. Pin
AlexeiXX325-Apr-08 5:23
AlexeiXX325-Apr-08 5:23 
GeneralChallenge - DetailsView and Calendar problem Pin
Ekjon24-Apr-08 11:59
Ekjon24-Apr-08 11:59 
GeneralRe: Challenge - DetailsView and Calendar problem [modified] Pin
AlexeiXX324-Apr-08 18:31
AlexeiXX324-Apr-08 18:31 
GeneralRe: Challenge - DetailsView and Calendar problem Pin
AlexeiXX325-Apr-08 6:18
AlexeiXX325-Apr-08 6:18 
GeneralRe: Challenge - DetailsView and Calendar problem Pin
Ekjon25-Apr-08 7:26
Ekjon25-Apr-08 7:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.