|
-
Sep 1st, 1999, 07:35 PM
#1
Thread Starter
Addicted Member
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?
-
Sep 3rd, 1999, 03:54 AM
#2
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|