views:

189

answers:

4

I 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

+4  A: 

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.

Ben S
+2  A: 

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

David Stratton
+3  A: 

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

Kevin Horgan
A: 

http://www.sypron.nl/syblinks.html

Rob Verschoor has a lot of interesting information on sybase ASE/RS

mj