From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Harris Subject: Re: SQLite in 7.01h? Date: Sat, 18 Sep 2010 20:23:18 -0700 Message-ID: <87lj6yh0wp.fsf@moenchweiler.bach> References: <87d3sakin2.fsf@moenchweiler.bach> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39760 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxAUD-00019c-WE for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 23:22:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxAUC-0002fg-JZ for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 23:22:41 -0400 Received: from host.onyxservers.com ([72.52.154.132]:40605) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxAUC-0002fZ-BO for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 23:22:40 -0400 Received: from host.onyxservers.com ([72.52.154.132]:40599 helo=moenchweiler.bach) by host.onyxservers.com with esmtp (Exim 4.69) (envelope-from ) id 1OxATw-0001DQ-3v for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 23:22:24 -0400 In-Reply-To: <87d3sakin2.fsf@moenchweiler.bach> (Bill Harris's message of "Sat\, 18 Sep 2010 11\:32\:01 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bill Harris writes: > I've gotten v 7.01h to work on Debian Stable and XP for R, elisp, and > sh, but I can't figure out how to make it work for SQLite. I did enable > SQLite as one of the languages, but, when I execute the following > section, I get "No org-babel-execute function for Sqlite!": > > #+BEGIN_SRC Sqlite > sqlite3 sqlite/db.sqlite > select * from table; > #+END_SRC I found a workaround #+begin_src sh :results replace sqlite3 sqlite/db.sqlite 'select * from table;' #+end_src but it would surely be nice to be able to use the SQLite connection directly. Bill -- Bill Harris http://makingsense.facilitatedsystems.com/ Facilitated Systems Everett, WA 98208 USA http://www.facilitatedsystems.com/ phone: +1 425 374-1845