On 2009-10-08 08:05, Niels Nes wrote:
On Wed, Oct 07, 2009 at 10:48:33PM -0400, Medha Atre wrote:
Thanks Fabian. This worked.
I just have small another question -- is there a way to store the output of a "select" query run on "mclient" into a file? I would like to compare the results with the ones generated by some other tool.
see http://monetdb.cwi.nl/projects/monetdb/SQL/Documentation/Data-Manipulation.h... section about copy into file
If you're working interactively with mclient, you can also use \> file select ... \> The first line redirects subsequent output to the file, the last line directs it back to the terminal. Check out the \? command.
Niels
Thanks. Medha
On Wed, Oct 7, 2009 at 2:26 PM, Fabian Groffen
wrote: On 07-10-2009 14:17:47 -0400, Medha Atre wrote: [snip installation of all packages in a separate prefix]
And then I ran the other commands I already mentioned below (e.g. merovingian etc). There were no error messages in the "make install" of any of the 4 packages I have listed above.
Could you please help me understand what might be going wrong?
any reason you choose not to use monetdb-install.sh --enable-sql --prefix=/path/to/MonetDB ? If you don't have it, download the latest version of this script from http://monetdb.cwi.nl/projects/monetdb/Assets/monetdb-install.sh
Alternatively, just download a Super Source Tarball, which has this script included.
That basically solves all your problems. If you want to have all components installed in their own prefix, you'll have to do some post-fixing to get the modules installed where mserver expects them to be.
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender