Hi.
For obtaining DBCC LOG output - one should register a callback function.
ASE would provide means for doing that under DBLIB and CTLIB.
No documented way for achieving that found in ODBC interface (while ASA, IQ do support this...?)
Some folks say: Retrieve those messages via diagnostic / error reporting mechanism.
Indeed - when in 15.7 - I manage to loop along SQLGetDiagRec(...) or SQLGetDiagField calls and get them all.
Is it an officially supported / documented capability?
Is it there for all Sybase versions?
Thanks
H.E