test=request.querystring("search"
'start the sql string
sqlstr = "SELECT Distinct Email,Name,Keywords,About,Url FROM [livingscience] WHERE CONTAINS(KEYWORDS, '" & test & "');"
what i am doing is using what has been entered into a textbox and submitting that value into the sql string and executing it against a sql server database using the contains function and full text indexing...
surely this has something to do with sql server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.