Kbase P5318: Error (7327) while accessing VST tables for multiple databas
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
SYMPTOM(s):
<database name> <buffer name> must be an unabbreviated name of a buffer known in query <query name>. (7327)
Accessing VST tables for different databases from different programs
CAUSE:
Even though dynamic buffers are set for the VST tables being accessed in the program, this error occurs if the current database alias is not set.
FIX:
Set the current database alias DICTDB before querying the VST tables:
i.e.
delete alias DICTDB.
create alias DICTDB for database dbname.