<i><b>Originally posted by : Arif Cagrici (arifcagrici@chakaboom.com)</b></i><br /><br />I have used index server and search server for SQL database catalog. Have a<br />problem with seing search results with no title. I used Q.DefineColumn<br />method of search object. Couldn't be displayed DocTitle, Description, or any<br />cataloged database field such as news_title.<br />I have check for empty titles or titles that are composed solely of<br />whitespace and display a different value such as the filename, the path, or<br />the words "No title" instead of the title.<br />As site server document suggest<br /><%<br />if RS("DocTitle") <> "" AND RS("DocTitle") <> " " AND RS("DocTitle") <> "<br />" then<br /> Title = RS("DocTitle")<br />else<br /> Title="No Title"<br />end if<br />%><br /><br />But still couldn't get DocTitle or any other Q.Columns except DocAddress, it<br />is displayed fine. Can anyone help me within that problem<br /><br />Arif Cagrici<br /><br />arifcagrici@chakaboom.com<br />