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

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To:
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Need a GNU SQL CLI tool for Win32 with ODBC support.
Date: 2006-03-02 17:43:26
Message-ID: 44072EBE.9090501@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You could easily create a console application with Lazarus or Delphi to
do this, the console app could read the script from params, standard
input, or a text file and execute it
against the server of your choice using ODBC or a native interface to libpq.

Tony

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Reid Thompson 2006-03-02 17:49:34 Re: Need a GNU SQL CLI tool for Win32 with ODBC support.
Previous Message Scott Marlowe 2006-03-02 17:43:03 Re: Need a GNU SQL CLI tool for Win32 with ODBC support.