Project

General

Profile

Bug #4537

CONNECT statement parameters parsing quirks

Added by Igor Skornyakov over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/11/2020
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

Related issues

Related to Database - Feature #3813: misc DB features part deux Closed

History

#1 Updated by Igor Skornyakov over 4 years ago

4GL uses some weird logic when parsing CONNECT statement arguments which I cannot understand.
For example, if one uses an incorrect key '-xdb' instead of '-db' the error message is:

Warning: -x is not a database parameter and was ignored. (1402)

In some situations two errors are generated:
Warning: -xd is not a database parameter and was ignored. (1402)
Warning: -b is not a database parameter and was ignored. (1402)

At this moment FWD complains about a complete key, e.g.

Warning: -xdb is not a database parameter and was ignored. (1402)

#2 Updated by Igor Skornyakov over 4 years ago

Also available in: Atom PDF