Click here to Skip to main content
15,881,882 members

Comments by sajid zafar_Iqbal (Top 13 by date)

sajid zafar_Iqbal 27-May-14 7:37am View    
Thanks for your response , is it possible to host my images videos to other free servers available and get from that then i think normal server will be sufficient for me.
sajid zafar_Iqbal 27-Nov-13 7:12am View    
i have implemented it but it is not showing me the result
DECLARE @SearchWord varchar(500)
SET @SearchWord ='"4522741340 Babar abc "'
SELECT *
FROM ClientDetailDummy
WHERE CONTAINS((ClientDetailDummy.NHSNumber,ClientDetailDummy.Forename,ClientDetailDummy.Surname) , @SearchWord) ;
I have write this query and full text search catalogs on these three colunms , the given string data is exists in database table record but my query is not showing me even a single result.
sajid zafar_Iqbal 27-Aug-13 3:03am View    
i am doing the code in eclipse and i have done it already but it doesn't work i have included libraries <stdlib.h> etc to use this but still it doesnt works.Kindly give me the appropriate soluiton.
sajid zafar_Iqbal 15-Jul-13 9:21am View    
if my url contains the folder named attachments like (http://localhost/PHSSeC/Attachments/abc.aspx)
then it must be redirects to any other page (such as login, home etc)
but not opens a that request http://localhost/PHS/Attachments/
sajid zafar_Iqbal 15-Jul-13 9:06am View    
if a request contains the path of my attachments folder then it will redirects to a page example abc.aspx ???