Re: PSQLRestore

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: PSQLRestore
Дата
Msg-id 4E694058.6050808@iol.ie
обсуждение исходный текст
Ответ на Re: PSQLRestore  ("Bob Pawley" <rjpawley@shaw.ca>)
Ответы Re: PSQLRestore
Список 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@iol.ie

В списке pgsql-general по дате отправления:

Предыдущее
От: Eduardo Piombino
Дата:
Сообщение: Re: feature request - update nowait
Следующее
От: "Bob Pawley"
Дата:
Сообщение: Re: PSQLRestore