-Dsrv logentrytypes,SQL:2,PRGRS_LOG_ABL,2
|
Option Value
|
Description
|
0
|
Disables the ABL to SQL correlation feature. No correlation information will be logged.
|
1
|
Enables the ABL to SQL correlation feature for SQL-related log entry types. Every SQL request derived from the log entry type output is preceded by ABL filename and line number which can be correlated to a compiled listings file.
|
2
|
Enables a superset of value 1 which, along with correlation information, includes visual delimiters marking the start and end of each ABL file module.
|
FIND statements
FIND FIRST
FIND NEXT
FIND LAST
FIND PREV
FIND CURRENT
FIND rid
Dynamic FIND statements
FIND-BY-ROWID
FIND-CURRENT
FIND-FIRST
FIND-LAST
FIND-UNIQUE
FOR statements
FOR EACH
FOR FIRST
FOR LAST
QUERY statements
OPEN
GET-LAST
GET-NEXT
GET-PREV
GET-FIRST
REPOSITION-TO-ROWID
REPOSITION-BACKWARD
REPOSITION-FORWARD
REPOSITION-TO-ROW
QUERY-OPEN method
|
CREATE statement
UPDATE statement
DELETE statement
IMPORT statement
EXPORT statement
RUN STORED-PROCEDURE statement
SQL Pass-thru statements
RELEASE statement
VALIDATE statement
ASSIGN statement
END statement
CURRENT-VALUE statement
NEXT-VALUE statement
SET-VALUE statement
DYNAMIC-CURRENT-VALUE statement
DYNAMIC-NEXT-VALUE statement
CAN-FIND function
RECID function
ROWID function
ProDataSet FILL, SAVE-ROW-CHANGES, MERGE-CHANGES methods.
DO Transaction
|
FOR EACH Customer:
DISP NAME. END. |
[11/10/27@04:53:27.462-0400] P-007852 T-015312 1 MSS -- MSS version: Microsoft SQL Server 10.00.1600 (4203)
[11/10/27@04:53:27.712-0400] P-007852 T-015312 2 MSS SQL --------->{START} [abl2sql.p] [11/10/27@04:53:27.712-0400] P-007852 T-015312 2 MSS SQL ------------------------------------------------------- [11/10/27@04:53:27.728-0400] P-007852 T-015312 2 MSS SQL ABL statement reference: abl2sql.p line 0 (15223) [11/10/27@04:53:27.728-0400] P-007852 T-015312 2 MSS SQL SELECT * FROM "vp"."vp"."customer" WHERE 1 = 2 [11/10/27@04:53:27.728-0400] P-007852 T-015312 2 MSS SQL Execute on 0x1151348 Master Connection direct: SELECT * FROM "vp"."vp"."customer" WHERE 1 = 2 (15069) [11/10/27@04:53:27.759-0400] P-007852 T-015312 2 MSS SQL ABL statement reference: abl2sql.p line 2 (15223) [11/10/27@04:53:27.759-0400] P-007852 T-015312 2 MSS SQL SELECT "custnum", "country", "name", "address", "address2", "city", "state", "postalcode", "contact", "phone", "salesrep", "creditlimit", "balance", "terms", "discount", "comments", "fax", "emailaddress", PROGRESS_RECID, PROGRESS_RECID_IDENT_ FROM "vp"."vp"."customer" ORDER BY "custnum" [11/10/27@04:53:27.759-0400] P-007852 T-015312 2 MSS SQL Execute on 0x11522a8 Firehose Connection Level 1 new: SELECT "custnum", "country", "name", "address", "address2", "city", "state", "postalcode", "contact", "phone", "salesrep", "creditlimit", "balance", "terms", "discount", "comments", "fax", "emailaddress", PROGRESS_RECID, PROGRESS_RECID_IDENT_ FROM "vp"."vp"."customer" ORDER BY "custnum" (15069) [11/10/27@04:53:27.821-0400] P-007852 T-015312 2 MSS SQL <---------{END} [abl2sql.p] |