From: | "Bob Pawley" <rjpawley(at)shaw(dot)ca> |
---|---|
To: | "raghu ram" <raghuchennuru(at)gmail(dot)com> |
Cc: | "Postgresql" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Postgredac Dump |
Date: | 2011-05-13 17:30:39 |
Message-ID: | A092916B573044FDB76A6597E91DCF3F@BobPC |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
To: Bob Pawley
Cc: Postgresql
Subject: Re: [GENERAL] Postgredac Dump
On Thu, May 12, 2011 at 10:02 PM, Bob Pawley <rjpawley(at)shaw(dot)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::
http://www.microolap.com/products/connectivity/postgresdac/help/TPSQLDump/Methods/DumpToFile.htm
--Raghu Ram
From | Date | Subject | |
---|---|---|---|
Next Message | Raymond O'Donnell | 2011-05-13 17:44:58 | Re: Postgredac Dump |
Previous Message | James B. Byrne | 2011-05-13 17:04:22 | Re: How to handle bogus nulls from ActiveRecord |