Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_如何学编程Closed 9 years ago.
Improve this questionI need to work with this db and would like to get a quick start. Would anyone recommend a decent documentation/tutorial/examples?
I didn't find anything useful at the official website
All of the documentation for the iAnywhere products are on DocCommentXchange. They include programming guides with some examples.
You might also be interested in SQLA, the Sybase SQL Anywhere stack overflow clone.
Note that these sites aren't geared towards ASE or other non-SQL Anywhere products.
This is the one that I used when I was learning sybase. Its big, but you can search for individual topics to learn only what you need.
http://download.sybase.com/pdfdocs/srg1100e/sqlref.pdf
I would recommend you take a look at the sybase manuals online, choose your database and language then you can see the various reference manuals etc.
http://sybooks.sybase.com/nav/base.do
http://www.sypron.nl/syblinks.html
Rob Verschoor has a lot of interesting information on sybase ASE/RS
精彩评论