Michele Lepri wrote:
> Hi, it's known and solved problem (look at the bug-tracker), but for
> now, the fix is un the svn ^^
> bye
> Michele
Ah, I was testing this against SuperServer. :) That was the problem. I
comletely forgot about embedded problem.
You should say this sooner. ;)
--
Jiri {x
Muthu Annamalai ha scritto:
> I was using version 2.0.1.0 and backup method worked properly. Yesterday I
> changed the provider to version 2.1.0.0. In the new version fbbackup execute
> method I am getting Object Reference exception. Then I switched back to the
> old one and there is no exception.
Hello:
> b.Verbose = true;
And if you are setting this option could you enable the event that
outputs the work being done by the server, please (ServiceOutput event)
-
This SF.net email is sponsored by DB2 Express
Down
Muthu Annamalai wrote:
> Thanks for replying, here is my code,
>
>
Hi,
I've rewrite your code into C#, because I'm not familiar with VB.NET,
but should be same:
if (backupPath == string.Empty)
{
return false;
}
try
{
FbBackup b = new FbBackup();
b.ConnectionString =
@"User=S
rlpos\Data\Store.fdb;Dialect=3
;Charset=NONE;
Role=;Pooling=true;MinPoolSize=0;MaxPoolSize=50;PacketSize=8192;ServerType=1
;
-
Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute
Muthu Annamalai wrote:
> Hi,
>
> I was using version 2.0.1.0 and backup method worked properly. Yesterday I
> changed the provider to version 2.1.0.0. In the new version fbbackup execute
> method I am getting Object Reference exception. Then I switched back to the
> old one and there is no excepti
Hi,
I was using version 2.0.1.0 and backup method worked properly. Yesterday I
changed the provider to version 2.1.0.0. In the new version fbbackup execute
method I am getting Object Reference exception. Then I switched back to the
old one and there is no exception. I am using Firebird server vers