Is there some way to put virtuoso isql into a true batch mode?  Some
other database system command-line interfaces provide a batch mode
option that just displays results, not version banners, table headers,
or time information.  This is very handy for building scripts around.

I can sort-of emulate this in isql by setting:

set VERBOSE OFF;
set BANNER OFF;
set MESSAGE OFF;

But I still get the "Connected to" and "Driver" lines.  And I'm also
concerned that later versions could add new sources of information.
So it would be nice to have a command-line option that will set the
options necessary to script cleanly, both now and in the future.

Hopefully such a thing already exists, and I just didn't find it.  If
not, feature request: please implement such a mechanism.

Note: this is currently under virtuoso open source version 7.2.0,
under Linux.  The commercial version is not an option at this time.

- Morty

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to