Results 1 to 2 of 2

Thread: Temporary tables for reporting .

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Littlehampton, W Sussex GB
    Posts
    203

    Post

    I need to create tables for reporting from Crystal. they need to be temporary and not over-writable by other network users. Can anyone tell me the best way to do this?

  2. #2
    Lively Member
    Join Date
    Feb 1999
    Location
    Leicester, UK
    Posts
    123

    Post

    Try creating a table name based on a random number. Use an ON ERROR when you try to create it. If you get an error because the name already exists (unlikely!) then loop round and try again with a new name. Hope this helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width