Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #873
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Get data inline through ODBC |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-01-26 09:56 -0800 |
| Organization | gnuplot development team |
| Message-ID | <jfs43h$2ua$1@dont-email.me> (permalink) |
| References | <jfrrp1$o7j$1@tdi.cu.mi.it> |
Followups directed to: comp.graphics.apps.gnuplot
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).
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Get data inline through ODBC pg <picanog@yahoo.it> - 2012-01-26 16:34 +0100
Re: Get data inline through ODBC sfeam <sfeam@users.sourceforge.net> - 2012-01-26 09:56 -0800
Re: Get data inline through ODBC pg <picanog@yahoo.it> - 2012-01-26 21:14 +0100
csiph-web