Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how can i make search engine

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-02-15 : 07:07:43
nuke writes "i am using sql server and c++ builder.i connect with ado to sql server.and i want to make an search engine which makes fulltext search in tables in my database.thanks for help."

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2005-02-15 : 08:38:32
Read BOL for instructions on enabling FULLTEXT searching/indexing on your database and for instructions on how to phrase your SQL Query to invoke FULLTEXT.

Search here for FULLTEXT....and you'll also get some pointers....on both fronts.
Go to Top of Page
   

- Advertisement -