Eric and Dan:
Thanks for the feedback.
Here is what happened.
Regarding var substitution, when I tested it earlier I was running org-mode
7.3 and it did not work. After upgrading to 7.4 the var substitution worked
fine.
I was also testing it from a xp machine and connecting to a mysql in a
linux
yesare writes:
> Thanks.
>
> I opened up ob-sql.el and read the code to see if I can figure it out.
>
> I think I have answered my first question. I wrote the following and hit
> C-c C-c and I got the result set back.
>
> #+srcname: sampsql
> #+begin_src sql :engine mysql :cmdline -h hostname -u
Thanks.
I opened up ob-sql.el and read the code to see if I can figure it out.
I think I have answered my first question. I wrote the following and hit
C-c C-c and I got the result set back.
#+srcname: sampsql
#+begin_src sql :engine mysql :cmdline -h hostname -u username -pmypass -D
dbname
sel
Hi Yesare,
I'm not familiar enough with Babel to give you useful guidance,
but others on the list may help you.
yesare writes:
> I am trying to do two things.
>
>
> 1. Query a mysql or oracle table and post results in orgtable format
> 2. Select data from an existing orgtable in current bu