William, My user would not know how to use a table either, other than through menus. However, I use temporary tables extensively behind the scenes and end users do not have a hint, other that the improved performance. Since temporary tables are stored in memory on the local computer, they provide a measurable increase in performance. Temporary tables is (are?) one of the better R:Base features. Give it a try.you will like it. Javier, Javier Valencia, PE 913-829-0888 Office 913-915-3137 Cell 913-649-2904 Fax <mailto:[email protected]> [email protected] _____
From: [email protected] [mailto:[email protected]] On Behalf Of William Stacy Sent: Thursday, June 16, 2011 1:32 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: temporary tables In my app end users know how to handle the phone, patients, appointments, payments and the like. I can't imagine them ever doing any table level stuff. Plus there's the issue of data loss. Transactions in medical apps need to be remembered with paper (virtual paper, that is) trails, etc. Deletions and revisions after the date of transactions are not permitted. On Thu, Jun 16, 2011 at 10:38 AM, Dan Goldberg <[email protected]> wrote: Temporary tables are only seen by the user that created them. So each user can have unique data that pertains to them looking at the same form. Speed is definitely a plus at times. Sometimes I use temp tables to organize and format the data before the report generates the output. It just depends on the need. I use them all the time. Dan Goldberg From: William Stacy <mailto:[email protected]> Sent: Thursday, June 16, 2011 8:18 AM To: RBASE-L <mailto:[email protected]> Mailing List Subject: [RBASE-L] - temporary tables Is the push for using temp tables based on processing speed, data safety, a combo, or what else? -- William Stacy, O.D. Please visit my website by clicking on : http://www.folsomeye.net -- William Stacy, O.D. Please visit my website by clicking on : http://www.folsomeye.net

