unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Building a database interface in Emacs
@ 2006-12-20 12:28 Mathias Dahl
  2006-12-20 15:42 ` aartist
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Mathias Dahl @ 2006-12-20 12:28 UTC (permalink / raw)


I have been looking into using Emacs for doing queries etc against an
Oracle database, for certain work purposes. I use the nice functions
in sql.el (M-x sql-oracle in my case) for doing ad-hoc queries and
such, but I want to build some small forms or similar to process
certain data, with the intent of replacing some of the boring and
heavy GUI apps we have.

At first I just want to see if it is possible to do, by making up some
simple form to browse records or similar.

What would be the best approach for doing this? First I tried adding
something on top of sql.el and comint.el but it seemed overkill as I
am not interested in a command line interface. My current plan is to
use `start-process' to start sqlplus in a process, and to send input
and parse the output I get back from that process.

Is there any smarter way of doing it?

I want to do this on w32, btw.

/Mathias

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-12-21 16:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-20 12:28 Building a database interface in Emacs Mathias Dahl
2006-12-20 15:42 ` aartist
2006-12-20 16:02   ` Mathias Dahl
2006-12-20 16:49     ` Mathias Dahl
2006-12-20 16:59       ` aartist
2006-12-20 17:13         ` Mathias Dahl
2006-12-20 17:46       ` Lennart Borgman
     [not found]       ` <mailman.2154.1166636803.2155.help-gnu-emacs@gnu.org>
2006-12-20 17:51         ` Mathias Dahl
2006-12-20 20:23     ` Magnus Henoch
     [not found]     ` <mailman.2158.1166646507.2155.help-gnu-emacs@gnu.org>
2006-12-21  9:04       ` Mathias Dahl
2006-12-20 19:49 ` jason haslup
     [not found] ` <mailman.2157.1166644516.2155.help-gnu-emacs@gnu.org>
2006-12-21  9:03   ` Mathias Dahl
2006-12-21 16:42     ` Hadron Quark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).