Kbase P6434: 4GL CONNECT and DbPath with spaces
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/7/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
SYMPTOM(s):
** Could not recognize argument: <string>. (301)
Unable to execute CONNECT statement. (325)
4GL CONNECT statement without the VALUE option
The Path of the Database contains spaces such as:
D:\Pathname with spaces\sports2000.db
CAUSE:
The space(s) is taken as a -db value delimiter
FIX:
Put the Path+DatabaseName between quotes as illustrated bellow:
CONNECT 'D:\Pathname with spaces\sports2000.db' -1.