On 19/09/02, Arvind Raina ([EMAIL PROTECTED]) wrote:
> My requirement is to execute a set of sql statements which are stored
> in a file .
> 
> I wanted to know if there is any method of doing the same using dbi .
> 
> If not can you suggest some methods of doing the same.

For postgres:
    psql -U user -d database < file.sql
from the command line on Unix.
-- 
Rory Campbell-Lange 
<[EMAIL PROTECTED]>
<www.campbell-lange.net>

Reply via email to