Tuesday, January 30, 2007
Tip of the Day #2: TEMPORARY Tables and Passwords Have you ever noticed when using TEMPORARY tables with a database with OWNER and USER passwords, sometimes orphan entries are left in the SYS_PASSWORD table even when the database is DISCONNedted and all temporary tables are dropped? PACK PASSWORDS command was introduced to take care of such boo-boos. However, the latest updates of R:BASE 7.6, C/S:I 7.6 and Turbo V-8 now include an enhancement to take care of that when the database is first connected. Supported Versions: . R:BASE 7.6 for Windows (Build: 7.6.1.30125 or higher ...) . R:BASE C/S:I 7.6 for Windows (Build: 7.6.1.30125 or higher) . R:BASE Turbo V-8 for Windows (Build: 8.0.14.30125 or higher) Very Best R:egards, Razzak.

