Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Get data inline through ODBC Followup-To: comp.graphics.apps.gnuplot Date: Thu, 26 Jan 2012 09:56 -0800 Organization: gnuplot development team Lines: 12 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Thu, 26 Jan 2012 17:56:01 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="3018"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19v2zUug/pkqgG0sxzH3vGu" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:a2r+pET8QlJRA2La1GDY0Eu4cmc= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:873 pg wrote: > Are there developments in the plan to allow access to data directly from > SQL via ODBC gnuplot command line? > Ie make the commands PLOT and SPLOT able to use a string of type SQL > query instead of a filename. No. You should use a pipe instead. plot '< sqlite3 base.db "select x,y from tbl" ' (Yes, I know you already asked how to set this up when running Windows. I can't help you there, but so far as I know it does work).