Kbase P6432: How to avoid error 448 with CONNECT VALUE(DOS Truncated DbPa
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
SYMPTOM(s):
** Your database name is longer than 11 characters. (448)
The Database File name is actually NOT longer than 11 characters
Use of the VALUE option of the CONNECT statement
The Path of the Database is DOS truncated such as D:\LongPa~~1\sports2000.db
CAUSE:
Known issue, the CONNECT Statement makes problems with a long Micros~1 path
FIX:
Put the Path+DatabaseName between quotes as illustrated bellow:
CONNECT VALUE("'D:\LongPa~~1\sports2000.db' -1").