| Title: |
UDF for MSSQL Full-Text Searches |
| Date: |
06/30/03
11 Posts
|
| Summary: |
Is it better to use Verity or SQL Server's full-text search feature? Although both methods can be used to search a database, one developer points out several reasons -- like automatic indexing and search caching -- why SQL Server's full-text search feature may be the best choice. |
| |
| Title: |
CFSWITCH Question |
| Date: |
06/30/03
10 Posts
|
| Summary: |
If you're using CFLOGIN with CFMX roles-based security, note that IsUserInRole() cannot provide the desired value for a CFSWITCH expression because it returns a boolean. To test if a user is authorized to see a specific area of your site, try this instead:
<cfif IsUserInRole("Admin")>
<h2>Administrator Functions: </h2>
</cfif>
|
|
| |
| Title: |
Questions About Security |
| Date: |
06/30/03
5 Posts
|
| Summary: |
Looking for information about securing your CFMX server environment? This thread contains URLs, book recommendations, and tips for securing Windows, IIS, SQL Server, and CFMX. |
| |
| Title: |
CFFILE Delete -- Readonly HELP! |
| Date: |
06/30/03
7 Posts
|
| Summary: |
Here's a concise overview of share and file system permissions. In a nutshell, a user might have full permissions on a directory in the file system, but if "the share is read-only, that implies that no one has permission to write, modify or delete files through the share." |
| |