Re: [GENERAL] PSQLRestore

2011-09-09 Thread Raymond O'Donnell
On 09/09/2011 01:25, Bob Pawley wrote: > > > -Original Message- >> From: Raymond O'Donnell > Sent: Thursday, September 08, 2011 3:23 PM To: Bob Pawley Cc: Adrian > Klaver ; Postgresql Subject: Re: [GENERAL] PSQLRestore > On 08/09/2011 23:02, Bob Pawley wrot

Re: [GENERAL] PSQLRestore

2011-09-08 Thread Bob Pawley
-Original Message- From: Raymond O'Donnell Sent: Thursday, September 08, 2011 3:23 PM To: Bob Pawley Cc: Adrian Klaver ; Postgresql Subject: Re: [GENERAL] PSQLRestore On 08/09/2011 23:02, Bob Pawley wrote: The problem seems to be in this code which I am using to transfer

Re: [GENERAL] PSQLRestore

2011-09-08 Thread Raymond O'Donnell
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,

Re: [GENERAL] PSQLRestore

2011-09-08 Thread Bob Pawley
-Original Message- From: Adrian Klaver Sent: Thursday, September 08, 2011 1:41 PM To: Bob Pawley Cc: Postgresql Subject: Re: [GENERAL] PSQLRestore On 09/08/2011 09:09 AM, Bob Pawley wrote: Hi I’m having problems making PostgreDAC’s PSQLRestore work without an access violation. The

Re: [GENERAL] PSQLRestore

2011-09-08 Thread Adrian Klaver
On 09/08/2011 09:09 AM, Bob Pawley wrote: Hi I’m having problems making PostgreDAC’s PSQLRestore work without an access violation. The exact error message is? Could someone please point me to an example code that I can check? (My PSQLDump is working well, so I am using a valid restore file.)

[GENERAL] PSQLRestore

2011-09-08 Thread Bob Pawley
Hi I’m having problems making PostgreDAC’s PSQLRestore work without an access violation. Could someone please point me to an example code that I can check? (My PSQLDump is working well, so I am using a valid restore file.) Bob