| Title: | Is this a DateDiff() Bug? |
| Date: | 06/06/04 (6 Posts) |
| Summary: | Note that, in CFMX, the "w" and "ww" dateparts for DateDiff() now return the number of full weeks between two dates. To return the number of weekdays, see Jim McAtee's revision of Pascal Peters' UDF, which was modified "to make it inclusive of the end dates." |
| Title: | Get Database Tables |
| Date: | 06/05/04 (10 Posts) |
| Summary: | Looking for a way to list tables and columns from the current database schema? Find suggestions for several DBMS's: SQL Server, MySQL, DB2, and Oracle9i. |
| Title: | User Authentication |
| Date: | 06/05/04 (12 Posts) |
| Summary: | Should you persist CustomerID and CustomerIsAuthorized data in the session scope or as cookies? In response, find information about session cookies, session versus client scope, J2EE sessions, and URLSessionFormat(). |