Re: PSQLRestore

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: PSQLRestore
Date: 2011-09-08 22:23:20
Message-ID: 4E694058.6050808@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/09/2011 23:02, Bob Pawley wrote:
> The problem seems to be in this code which I am using to transfer from
> the opendialogue to PSQLRestore.
>
> FileRestore := OpenDialog1.FileName;
> PSQLRestore1.RestoreFromFile(FileRestore, ' ');
>
> I'm not sure what string is expected.

Hello Bob,

According to the docs, the second argument should either be a TStrings
object, into which log messages are placed, or else the name of a file
where the log output can be written.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2011-09-09 00:25:38 Re: PSQLRestore
Previous Message Eduardo Piombino 2011-09-08 22:13:05 Re: feature request - update nowait