Print this Page

FULL-TEXT Functions

Below is a listing of all the functions.

 

EnableFullTextMSSQL

EnableFullTextMSSQL

Enables full text for the FuseTalk database.

 

Return Type: DataSet

 

Name

Type

Description

ConnString

String

A connection string to your database using a user that has access to the setup full text of the server (sa).

 

RemoveFullTextMSSQL

RemoveFullTextMSSQL

Remove the full-text engine from the FuseTalk database.

 

Return Type: String

 

Name

Type

Description

Connstring

String

A connection string to your database using a user that has access to the setup full text of the server (sa).

 

SetupFullTextMSSQL

SetupFullTextMSSQL

Setup the full-text index on the FuseTalk database.

 

Return Type: String

 

Name

Type

Description

FullTextPath

String

The path where you want to create the index.

ConnString

String

A connection string to your database using a user that has access to the setup full text of the server (sa).