On 25/06/14 14:50, Jiri Cincura wrote:
> You need to use Verbose = true. :\
Ah yes, it throws a relevant exception now. Thanks.
Scott
--
Open source business process management suite built on Java and Eclipse
Turn proce
You need to use Verbose = true. :\
--
Jiri {x2} Cincura
http://blog.cincura.net/ | http://www.ID3renamer.com
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applica
How do you determine if a backup or restore has succeeded?
e.g. (trying to restore from non-existent file)
var restore = new FbRestore();
... set ConnectionString etc...
restore.BackupFiles.Add(
new FbBackupFile("C:\I\Do\Not\Exist.fbk", null) );
...
restore.Execute();
Runs without thro
On Fri, Dec 19, 2008 at 05:41, Kixzo Team wrote:
> I am getting the Blue screen (Memory dump problem). Is it any way that
> process is taking memory resources and that is not getting freed.
That's definitely something wrong with your system.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.
: Jiri Cincura [mailto:disk...@cincura.net]
> Sent: Thursday, December 18, 2008 6:24 PM
> To: kixz...@4colordesign.com; For users and developers of the Firebird
> .NET
> providers
> Subject: Re: [Firebird-net-provider] Backup/Restore
>
> On Thu, Dec 18, 2008 at 12:51, Kixzo Team
-Original Message-
From: Jiri Cincura [mailto:disk...@cincura.net]
Sent: Thursday, December 18, 2008 6:24 PM
To: kixz...@4colordesign.com; For users and developers of the Firebird .NET
providers
Subject: Re: [Firebird-net-provider] Backup/Restore
On Thu, Dec 18, 2008 at 12:51, Kixzo Team
On Thu, Dec 18, 2008 at 12:51, Kixzo Team wrote:
> When I am doing restore, continuously on the same database backup file .FBK
> file my system get restarted. I am using Windows XP Professional SP2.
It would be nice to have such power in provider ;), but I have doubts,
that code in .NET provider
providers
Subject: Re: [Firebird-net-provider] Backup/Restore Notification
On Mon, Nov 17, 2008 at 14:05, kixzo <[EMAIL PROTECTED]> wrote:
> How can I set notification for the user after my Database backup and
Restore
> process complete.
When the Execute method completes, the bac
On Mon, Nov 17, 2008 at 15:19, kixzo <[EMAIL PROTECTED]> wrote:
> Hello,
> I want to show the Backup and restore Progress to the Users.
>
> How can I do so, is there any way firebird process returns any values on the
> Progress.
Hi,
I did the following:
I counted the lines returned by doing a ver
On Mon, Nov 17, 2008 at 15:19, kixzo <[EMAIL PROTECTED]> wrote:
> I want to show the Backup and restore Progress to the Users.
>
> How can I do so, is there any way firebird process returns any values on the
> Progress.
You can't. The Services API doesn't have some kind of returning the
progress.
Hello,
I want to show the Backup and restore Progress to the Users.
How can I do so, is there any way firebird process returns any values on the
Progress.
Rakesh Singh
http://www.4colordesign.com
-
This SF.Net ema
On Mon, Nov 17, 2008 at 14:05, kixzo <[EMAIL PROTECTED]> wrote:
> How can I set notification for the user after my Database backup and Restore
> process complete.
When the Execute method completes, the backup or restore is done.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jir
Hello,
How can I set notification for the user after my Database backup and Restore
process complete.
I have used this.
Backup.ServiceOutput += new ServiceOutputEventHandler(Backup_ServiceOutput);
But no result.
Regards,
Rakesh Singh.
http://www.4colordesign.com
--
On 10/1/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote:
> do I get line number?
In your code of course. The call stack can also help.
--
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
---
I use provider as dll. And my debugger doesn't break to the dll source. How
do I get line number?
Thanks
Muthu Annamalai
On 9/28/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote:
>
>
>
> I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use
> Backup or Restore Method. I went ba
On 9/28/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote:
>
>
>
> I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use
> Backup or Restore Method. I went back to the previous version and it is
> working fine.
The line number?
--
Jiri {x2} Cincura (Microsoft Student Partner)
ht
On 9/27/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote:
>
> I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I
> use Backup or Restore Method. I went back to the previous version and it is
> working fine.
>
> My Backup Method Code
>
> Public Function BackupDatabase(ByVal backupP
I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use
Backup or Restore Method. I went back to the previous version and it is
working fine.
My Backup Method Code
Public Function BackupDatabase(ByVal backupPath As String) As Boolean
If backupPath = String.Empty Then
18 matches
Mail list logo