Relative Content

Tag Archive for sybaseisqlsybase-ase15

isql won’t execute the sql file

I am running sybase ASE db in a docker container for local development and testing purpose, I am able to successfully run the container and I can see that server is up and running and databases are created. Now I wrote a small sql script to test if the server and databases are up or not before running the test and I am running script inside the sybase container using isql. However I see that when executing the script with isql there is no output but if I execute the commands manually via isql it gives the output properly.