Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

looking for a good documentation/tutorial for sybase [closed]

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

like image 313
vehomzzz Avatar asked Jun 11 '26 04:06

vehomzzz


2 Answers

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.

like image 56
Ben S Avatar answered Jun 17 '26 03:06

Ben S


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

like image 22
David Avatar answered Jun 17 '26 03:06

David