| Thread Title: | Any Word on Apache 2 Support for CF5/Linux? |
| End Date: | 11/08/02 19 Posts |
| Summary: | Good news for those seeking a mod_coldfusion.so to enable Apache 2 to serve up CF templates: MM has the solution and is working on getting it out to us. |
| Thread Title: | Help with Output from 2 Tables |
| End Date: | 11/08/02 13 Posts |
| Summary: | A developer learns the value of creating a special database table to handle many-to-many relationships when he attempts to return a recordset containing all categories related to a particular event. |
| Thread Title: | OT: Section 508 Compliancy |
| End Date: | 11/08/02 10 Posts |
| Summary: | This is a good discussion about developing for Section 508 compliancy. It includes several URLs to examples and information as well as a book recommendation. |
| Thread Title: | Query Size |
| End Date: | 11/08/02 17 Posts |
| Summary: | Need to get the size of a query? Try writing the query to a file with CFFILE and then checking the file size using CFDIRECTORY. |
| Thread Title: | Reading Database and Inserting Fields into Another Database |
| End Date: | 11/08/02 14 Posts |
| Summary: | Here's a demonstration of just how simple it is to move between datasources in ColdFusion. We also get some good advice about using CFQUERYPARAM and VALUELIST. |
| Thread Title: | Stored Proc Help |
| End Date: | 11/08/02 13 Posts |
| Summary: | To prevent a problem with dates in stored procedures, use
CFSQLTYPE="CF_SQL_TIMESTAMP"
in the CFPROCPARAM tag. Then add SET DATEFORMAT DMY at the top of your procedure to accommodate the non-standard date format. |