Xbase++ 2.0 BUG ?
Posted: Tue Sep 27, 2022 1:28 pm
Does anyone know the answer?
Is this a bug in Xbase++ 2.0
or so it should be.
It is not documented anywhere.
USE [ <cFileName> ;
[ INDEX <cIndexFiles,...> ] ;
[ ALIAS <cAlias> ] ;
[ VIA <cDbeName> | (<oSession>) ] ;
[ NEW ] ;
[ READONLY ] ;
[ EXCLUSIVE | SHARED ] ;
]
<cFileName>
<cFileName> is a literal file name or a character expression
in parentheses containing the name of the file to open.
<cFileName> can contain drive and/or path information.
The default file extension is ".DBF"
Example:
USE 1TEST.DBF NEW EXCLUSIVE // OK
USE 1TEST NEW EXCLUSIVE // Synatx error
rez := "1TEST"
USE (rez) NEW EXCLUSIVE // OK
Also tested under Advantage Database Server (REMOTE SERVER)
Is this a bug in Xbase++ 2.0
or so it should be.
It is not documented anywhere.
USE [ <cFileName> ;
[ INDEX <cIndexFiles,...> ] ;
[ ALIAS <cAlias> ] ;
[ VIA <cDbeName> | (<oSession>) ] ;
[ NEW ] ;
[ READONLY ] ;
[ EXCLUSIVE | SHARED ] ;
]
<cFileName>
<cFileName> is a literal file name or a character expression
in parentheses containing the name of the file to open.
<cFileName> can contain drive and/or path information.
The default file extension is ".DBF"
Example:
USE 1TEST.DBF NEW EXCLUSIVE // OK
USE 1TEST NEW EXCLUSIVE // Synatx error
rez := "1TEST"
USE (rez) NEW EXCLUSIVE // OK
Also tested under Advantage Database Server (REMOTE SERVER)