Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sybase@linux:/tmp% cat getdate.sql
use master
go
select getdate()
go
exit
sybase@linux:/tmp% isql -Usa -w1000 -i getdate.sql -o getdate.log
Password:
sybase@linux:/tmp% more getdate.log
--------------------------
Jun 23 2003 9:46PM
(1 row affected)