Re: Need a GNU SQL CLI tool for Win32 with ODBC support.

From: Grant McLean <grant(at)catalyst(dot)net(dot)nz>
To: roy(at)silicontao(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Need a GNU SQL CLI tool for Win32 with ODBC support.
Date: 2006-03-02 20:09:08
Message-ID: 1141330148.30142.9.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2006-03-01 at 16:00 -0700, Roy Souther wrote:
> I need an Open Source SQL command line tool for Windows that will let
> me script queries to a database over an ODBC connection. It must use
> ODBC because it may or may not be PostgreSQL. Some times it will but
> the rest of the time I have no idea what is on the other end.

The Perl DBI Shell is intended to be the kind of thing your asking for:

http://search.cpan.org/~tlowery/DBI-Shell-11.93/

It's very basic, but functional. I have used it on Windows for
accessing SQLite. It can connect using DBD::ODBC, but can also use any
other native DBD drivers you might have installed.

Regards
Grant

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan de Visser 2006-03-02 20:12:19 Re: Exception: An I/O error occured while sending to the backend
Previous Message Dave Cramer 2006-03-02 20:09:04 Re: Exception: An I/O error occured while sending to the backend