On 24-03-2008 10:35:51 -0400, McKennirey.Matthew wrote:
Thanks. I am running the jar, connecting to the database, and have looked at the Javadoc, but I am not sure what command to use to create the dump.
When presented with the monetdb-> prompt is there a 'command line' way to create a dump, or is doDump() only available programmatically?
use jdbcclient --help to find the exact details, off the top of my head, use -D <table> (or --dump <table>). Without an argument, everything is dumped.
Welcome to the MonetDB interactive JDBC terminal! Database: MonetDB v5.4.1, 'TESTDB' Driver: MonetDB Native Driver v1.7 (Canephora_p2 20080221 based on MCL v1.2) Type \q to quit, \h for a list of available commands auto commit mode: on monetdb-> \h Available commands: \q quits this program \h this help screen \d list available tables and views \d<obj> describes the given table or view \l<uri> executes the contents of the given file or URL \i<uri> batch executes the inserts from the given file or URL monetdb->