T.R | Title | User | Personal Name | Date | Lines |
---|
186.1 | dir | ILO::MCKNIGHT | Michael McKnight @ILO Data Mgt. TTC | Fri Mar 03 1989 09:49 | 12 |
| I use the following
$ DEFINE logical_name INFO$DISK1:[MAXCIMDB]
$ FOCUS
FOC> FILEDEF MAXCIM DISK logical_name:MAXCIM.RDB
This works for me.
Rgds
Michael
|
186.2 | 8 char limit | PNO::TOBIN | | Fri Mar 03 1989 16:38 | 16 |
| Michael,
What you have defined does work, but not if the RDB database
name is longer than 8 characters, and I have not been able
to get FOCUS to recognize either a logical or a filedef for
the more than an 8 character DB. As I stated before a logical
will work for an RDB database name that is longer than 8 chars,
as long as you set default to the area where the DB resides.
But the problem is I have a database that is longer than 8
characters and I don't want to set default to the DB area.
Regards,
Lou
|
186.3 | use SET FILE/ENTER | NCPROG::KERNS | Fast - maybe, Good - maybe, Cheap - never! | Sat Mar 04 1989 23:09 | 9 |
| The best solution is to name the file with less than 8 characters. But
you can give the file another name along with its current file. Use the
following:
SET FILE/ENTER=8_char_file_name old_filename
We had the same problems with FOCUS and this is what New York came up with.
Steve
|
186.4 | | NCPROG::KERNS | Fast - maybe, Good - maybe, Cheap - never! | Sat Mar 04 1989 23:13 | 4 |
| I forgot to mention that you will have two files listed when you do a DIR
but note that they are the same file. The file just has two names.
Steve
|
186.5 | 5.2.1 solves problem | PNO::TOBIN | | Mon Mar 06 1989 14:44 | 11 |
| Steve,
Thanks for your input. I talked with New York this morning
and they told me the same thing as you did. Also they said that
version 5.2.1 will solve this problem. We are installing 5.2.1
tonite......here's hoping their right.
Thanks,
Lou
|
186.6 | | NCPROG::KERNS | Fast - maybe, Good - maybe, Cheap - never! | Wed Mar 08 1989 10:00 | 8 |
| Don't count on it. 8 character filenames are still required in v5.2.1.
Also make a note that V5.2.1 does NOT translate logicals. You have
to give it dev:[dir]filename.ext. We've had 5.2.1 installed now
for a few weeks and the only improvement to was the
READ/WRITE interface to Rdb (or at least thats all we seen).
Steve
|