unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Brett Kelly <inkedmn@inkedmn.com>
Subject: Re: Sql-Mode - getting query results from MS SQL Server 2000
Date: Thu, 16 Jun 2005 14:38:05 -0700	[thread overview]
Message-ID: <20050616213805.GH14624@inkedmn.com> (raw)
In-Reply-To: <d8sfb1$753$1@sea.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 2389 bytes --]

Sometime around Thu, Jun 16, 2005 at 12:15:57PM -0600, Kevin Rodgers said:
> Brett Kelly wrote:
> > I'd like to be able to type in a sql query and have it return a 
> resultset in a
> > different buffer (a la Query Analyzer).  Here's what I'm doing now:
> > - Create a new buffer, do M-x sql-ms RET, then enter the relevant 
> connection
> >   information (user, password, server, dbname). This gives me no errors.
> > - Type in my SQL statement (I've tried simple "select" statements, as 
> well as
> >   more complicated "create proc" type stuff)
> > - Highlight the relevant code with the mouse, and choose Send Region 
> from the
> >   SQL menu.
> >
> > Now, if I'm understanding this correctly, I should see the results in 
> a new
> > buffer, but I'm not.
> 
> From the commentary at the top of sql.el excerpted below, I guess that
> you are typing your SQL statement directly into the sql-interactive-mode
> *SQL* buffer.  If you enter them in some other sql-mode buffer, Send
> Region should cause the *SQL* buffer with the results to be displayed
> (see sql-pop-to-buffer-after-send-region).
> 
> ;; This file provides a sql-mode and a sql-interactive-mode.  The
> ;; interactive mode had to provide a command-line history; the other
> ;; mode had to provide "send region/buffer to SQL interpreter"
> ;; functions.
> 
> ;; sql-interactive-mode is used to interact with a SQL interpreter
> ;; process in a SQLi buffer (usually called `*SQL*').  The SQLi buffer
> ;; is created by calling a SQL interpreter-specific entry function.  Do
> ;; *not* call sql-interactive-mode by itself.
> 
> ;; sql-mode can be used to keep editing SQL statements.  The SQL
> ;; statements can be sent to the SQL process in the SQLi buffer.
> 
> -- 
> Kevin Rodgers
> 
> 
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
> 

Well, I guess that was my core "goal" - to get emacs to behave as much as
possible like Query Analyzer...

I spend probably half of every day writing sql code, just thought it'd be nice
to be able to write/run sql stuff in something other than query analyzer.

Thanks for the help!

-- 
Brett Kelly
inkedmn@inkedmn.com
http://inkedmn.com:8000
GPG Public Key: http://inkedmn.com:8000/stuff/inkedmn.asc

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  parent reply	other threads:[~2005-06-16 21:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-15 19:29 Sql-Mode - getting query results from MS SQL Server 2000 Brett Kelly
2005-06-16 18:15 ` Kevin Rodgers
2005-06-16 19:37   ` Brett Kelly
2005-06-16 21:38   ` Brett Kelly [this message]
2005-06-16 22:35     ` Ryan Bowman
2005-06-17 15:47     ` Michael Mauger
     [not found]   ` <mailman.253.1118951199.2857.help-gnu-emacs@gnu.org>
2005-06-17  5:53     ` Tim X
2005-06-16 19:52 ` Michael Mauger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050616213805.GH14624@inkedmn.com \
    --to=inkedmn@inkedmn.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).