Re: [Virtuoso-users] Executing commands from file via isql

2019-07-03 Thread Kingsley Idehen
On 7/3/19 10:31 AM, Allan Kamau wrote: > I am trying to execute some GRANT commands and an UPDATE command to > change the WS.WS.SYS_DAV_USER from a file using isql. > > The command I have looks something like this. > > isql -S -U dba -P dba /path/to/some/file.sql; > > When I execute the above

[Virtuoso-users] Executing commands from file via isql

2019-07-03 Thread Allan Kamau
I am trying to execute some GRANT commands and an UPDATE command to change the WS.WS.SYS_DAV_USER from a file using isql. The command I have looks something like this. isql -S -U dba -P dba /path/to/some/file.sql; When I execute the above it seems the file (and its contents) are ignored