Tables Created by another AREV application (AREV Specific)
At 18 JUL 2000 03:40:05PM John Sichko wrote:
How can I bring in tables to my present AREV 3.1 application that were created by another AREV 3.1 application on another server. I tried SET LOCATION (and then ATTACH) to read the directory where these tables are located but the new "set" location won't list these tables. Can the records contained in these tables be copied to another table within my present application?
At 18 JUL 2000 05:26PM Steve Smith wrote:
SETALIAS VOLUMEPATH ACCOUNT TRUEFILENAME ALIAS
eg. SETALIAS D:\AREV SYSPROG VOC ORIGINALVOC
steve@state-of-the-art.com.au
At 18 JUL 2000 06:49PM Warren wrote:
The Application/Account names have to be the same in order for an ATTACH to work or else use the SYSALIAS as Steve Smith has shown.
At 20 JUL 2000 12:07PM Don Miller - C3 Inc. wrote:
Sometimes you can extract the account records out of the SYSTEM file and place them into a GLOBAL file called SYSTEM_NEW. Then, go into SYSPROG attach SYSTEM_NEW and copy the records into system. Then you can start that app and attach. The reason for this is that sometimes creating a new application / user makes a lot of things in your REVBOOT directory which have to be cleaned up later.
Don Miller
C3 Inc.