I have been automating the creation of tables in Hana Db using HDBSQL and pyhdb now I want to do the same automation using maven in Sybase ASE, is there any way this can be done? an alternate way of asking this would be that is there any Sybase equivalent of hdbsql command?
The command-line utility for ASE is called 'isql'. It is part of every ASE installation and can also be installed separately as part of the client-only install (SDK).