by Dina Hess
| Title: | Structs Question |
| Date: | 06/02/04 (4 Posts) |
| Summary: | Rather than building structures from a query to display grouped data, use the GROUP attribute of the CFOUTPUT tag. |
| Title: | LOGINSTORAGE |
| Date: | 06/02/04 (5 Posts) |
| Summary: | You'll need to upgrade to ColdFusion MX 6.1 to take advantage of the LOGINSTORAGE attribute of the CFAPPLICATION tag. Be aware, though, that many developers have reported problems with 6.1 database drivers; so test thoroughly and be sure to download the latest Macromedia or vendor-specific drivers. |
| Title: | Recursive Function and Hierarchical Navigation |
| Date: | 06/02/04 (7 Posts) |
| Summary: | Need some help displaying a hierarchical navigation system? Find code that loops over a query recordset twice -- once to create a structure and once to create a hierarchical array within the structure. SQL Server developers can find more information on working with hierarchical data sets here. |