schafezp / titantutorial

The files which accompany the pdf tutorial for setting up sqsh sqsh in CS333

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

titantutorial

This git repository is designed to accompany the Rose-Hulman Titan Tutorial for connecting to a MSSQL Server.

Included are the bash functions developed during the tutorial.

To run sqlrun use the utility 'sh'

sh sqlrun.sh

This will save the output of the query located in script.sql to the file output.html

To generate this output then display it in the browser instead run

sh sqlrundisplay.sh

There are some more useful files which are included here. If you want to set up the functions to be defined in your ~/.bashrc like the tutorial advises, simply copy the contents of the "putmeinbashrc" file into ~/.bashrc Then run

source ~/.bashrc

Now you can invoke sqlrun from the terminal in the form,

sqlrun scriptname outputname

About

The files which accompany the pdf tutorial for setting up sqsh sqsh in CS333


Languages

Language:Shell 100.0%