Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

The V!6 Help topic Global variables no longer seems to exist in the V17 Help.

The closest V17 gets to describing Global Variables is on the SQL Variables page.

Note that SQL Anywhere 17 introduced this enhancement: "The UNLOAD statement now sets the @@rowcount variable to the number of rows unloaded. See UNLOAD statement."

asked 23 Aug '21, 10:02

Breck%20Carter's gravatar image

Breck Carter
32.5k5417271050
accept rate: 20%

Seems to be missing from the v17 dcx as well - so not a new problem from the look of it.

(23 Aug '21, 13:48) Justin Willey
Replies hidden

Yes, it's also clearly obvious when comparing the index of the (local) docs of v16 and v17 (17.0.4): Whereas v16 lists a bunch of "@@..." entries (almost 40), v17 only lists @@dbts, @@error, @@identity, @@rowcount and @@trancount, with @@identity being the only one with a particular definition...

(24 Aug '21, 02:31) Volker Barth
3

Yikes. It looks like the topic was "lost in the shuffle". I will let the doc team know.

(24 Aug '21, 10:14) JBSchueler
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×1

question asked: 23 Aug '21, 10:02

question was seen: 688 times

last updated: 24 Aug '21, 10:14

Related questions