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 1111 -U dba -P dba /path/to/some/file.sql;

When I execute the above it seems the file (and its contents) are ignored
and I get the SQL>prompt.


Is there a switch I may have left out.
Somehow it seems this simple exercise has taken me hours so far to debug.

In short is there a way I can execute SQL command from a file the same way
I could execute commands from PostgreSQL using psql?



Allan.
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to