Adaptive Server Reference Manual: Building Blocks

Read about updates, corrections, and clarifications for Adaptive Server Reference Manual: Building Blocks.

@@curloid global variable

Chapter 3, "Global Variables," incorrectly defines @@curloid as:
Either no cursors are open, no rows qualify for the last opened cursor, or the last open cursor
is closed or deallocated.
Replace with:
Returns the current session's lock owner ID.

time datatype

The time values in Adaptive Server are accurate to 1/300 second, however, some examples that include date and time values in the book show millisecond values.

The last digit of the fractional second is always 0, 3, or 6. Other digits are rounded to one of these three digits, so 0 and 1 round to 0; 2, 3, and 4 round to 3; 5, 6, 7, and 8 round to 6; and 9 rounds to 10.