Re: Postgredac Dump

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: raghu ram <raghuchennuru(at)gmail(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgredac Dump
Date: 2011-05-13 17:44:58
Message-ID: 4DCD6E1A.9060007@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 13/05/2011 18:30, Bob Pawley wrote:
> Hi Raghu
> Thanks for the site.
> I am still having problems.
> The following downloads a file of 0 bytes.
> procedure TForm1.Button3Click(Sender: TObject);
> begin
> PSQLDump1.DumpToFile('E5R', 'C:\PDW\E5R');
> end;
> (E5R is the database name.)
> The Dump component points to a viable database.
> I left the schema and tables empty as I understand that doing so will
> dump the whole database.

Hi Bob,

I've only recently started using that component set, and haven't tried
the pg_dump one yet, so I'm only guessing, but it sounds as if something
is going wrong at the server end - maybe an authentication problem? What
does the PostgreSQL log say?

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 Isabella Ghiurea 2011-05-13 18:19:27 Re: simple update query too long
Previous Message Bob Pawley 2011-05-13 17:30:39 Re: Postgredac Dump