;this file is run through odxsql (odxsql < starupdatetext > starupdatetext.out)
;to perform the update text command on the star database
;
;"set errors exit" will cause odxsql to exit with an error that qasetup
;can recognize as a failure if the update text command doesn't work
set errors exit
set pagelength 0
connect star.env
update text for database star
quit

