I am using the Full-Text Catalog features of SQL Server 7.0 to create full-text search features for my site. Microsoft documentation poses the...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
I am using the Full-Text Catalog features of SQL Server 7.0 to create full-text search features for my site. Microsoft documentation poses the following examples for preparing your string for use with the CONTAINS predicate: USE Northwind GO SELECT ProductName FROM Products WHERE UnitPrice = 15.00     AND CONTAINS(QuantityPerUnit, 'bottles') GO USE Northwind GO SELECT ProductName FROM Products WHERE CONTAINS(ProductName, ' "Sasquatch ale" OR "steeleye stout" ') GO USE Northwind GO SELECT ProductName FROM Products WHERE CONTAINS(ProductName, ' "choc*" ') GO Rather than me reinventing the wheal, as I have already tried, does anyone know where there is a server-side VBScript or JavaScript procedure that will take the input from a user and prepare a string that can be used for this above examples? Thanks in advance! Regards, Matthew Pomar
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!