by Dina Hess
| Title: | Compare 2 SQL Databases for Structural Changes? |
| Date: | 05/24/04 (4 Posts) |
| Summary: | Trying to locate a tool that compares two MS SQL databases? Recommendations include links to SQL Compare and DBDiff. |
| Title: | New Member: Web Fetching |
| Date: | 05/24/04 (6 Posts) |
| Summary: | Need to fetch data from a remote server for display on your web site? Use CFHTTP. To save the data as a file on your local web server, use the PATH and FILE attributes. |
| Title: | Using CFCATCH to Display Default Error Messages |
| Date: | 05/24/04 (10 Posts) |
| Summary: | Looking for a way to display the error template and line number from the CFCATCH structure? Try this: |
|
#CFCATCH.TAGCONTEXT[1]["LINE"]#
| |
| To work around the fact that a CFCATCH structure cannot be passed to a function as TYPE="struct," try Duplicate() before passing it. | |