Re: Postgredac Dump - Mailing list pgsql-general

From Bob Pawley
Subject Re: Postgredac Dump
Date
Msg-id A092916B573044FDB76A6597E91DCF3F@BobPC
Whole thread Raw
In response to Re: Postgredac Dump  (raghu ram <raghuchennuru@gmail.com>)
Responses Re: Postgredac Dump  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
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.
 
Any help would be appreciated.
 
Bob
 
From: raghu ram
Sent: Thursday, May 12, 2011 11:36 AM
Subject: Re: [GENERAL] Postgredac Dump
 


On Thu, May 12, 2011 at 10:02 PM, Bob Pawley <rjpawley@shaw.ca> wrote:
Hi
 
Can anyone point me to an example of how to use the Postgresdac Dump component??
 
 
 
Below URL will give more detail information about Postgresdac dump::
 
 
--Raghu Ram
 
 

pgsql-general by date:

Previous
From: "James B. Byrne"
Date:
Subject: Re: How to handle bogus nulls from ActiveRecord
Next
From: Raymond O'Donnell
Date:
Subject: Re: Postgredac Dump