run isql.exe batch as DOS command

From: Typing80wpm(at)aol(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: run isql.exe batch as DOS command
Date: 2005-04-23 22:22:25
Message-ID: 1a1.32652710.2f9c5ce1@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I would like to be able to run isql.exe (along with command parameters) as a
DOS command executable from a Liberty Basic Program. I would like it to
specify a batch of SQL script commands to be executed, with the final command
being to quit from ISQL. I would like to know how to create a database and a
user which does not require the manual entry of a password (or else, I would
like to know how to include a password as part of the command line parameters).

If all this is possible, then people who use Liberty Basic would be able to
do some interesting things in WIndows, interfacing with Postgresql in this
manner.

Any advice or tips or suggestions is much appreciated.

Thanks

Browse pgsql-general by date

  From Date Subject
Next Message William Yu 2005-04-23 22:30:28 Re: UltraSPARC versus AMD
Previous Message Michael Fuhr 2005-04-23 16:07:08 Re: Table modifications with dependent views - best practices?