Consultor Eletrônico



Kbase P6433: How to avoid error 448 with CONNECT VALUE(DbPath with spaces
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

Starting a Report Builder report with aderb/_printrb.r

Use of the VALUE option of the CONNECT statement

The Path of the Database contains spaces such as:
D:\LongPathname space\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:\LongPathname space\sports2000.db' -1").