Subject | FbConfigurationManager Class .NET Prov 1.1 Beta 3 |
---|---|
Author | rockwithme77 |
Post date | 2003-11-17T06:51:22Z |
Hi All,
I am using FB 1.5 RC6 with WIN 2000 Pro.
I have used FbConfiguration Class (Firebird.NET 1.1 Beta 3) in
my .NET application.
Private conf As FbConfiguration
conf = New FbConfiguration()
conf.Database = "x:\xx\xx.fdb"
conf.UserName = "sysdba"
conf.UserPassword = "masterkey"
conf.ServerName = "som.e.i.p"
Problem is with this line of code:
"If Not conf.State = FbServiceState.Open Then conf.Open()"
.....
.....
conf.DatabaseShutdown(FbShutdownMode.Forced, 5)
The strangeness is that in Win 2000 Pro with FB 1.5 rc6 and
(Firebird.NET 1.1 Beta 3) there is no error.
But the moment I change my OS to Win XP Home Edition - rest configs
same, this error appears.
"No message for code 472 found.No message for code 243 found."
Can anyone help me with this error and why it is occurring in WIN XP
home edition?
Regards,
sguha.
I am using FB 1.5 RC6 with WIN 2000 Pro.
I have used FbConfiguration Class (Firebird.NET 1.1 Beta 3) in
my .NET application.
Private conf As FbConfiguration
conf = New FbConfiguration()
conf.Database = "x:\xx\xx.fdb"
conf.UserName = "sysdba"
conf.UserPassword = "masterkey"
conf.ServerName = "som.e.i.p"
Problem is with this line of code:
"If Not conf.State = FbServiceState.Open Then conf.Open()"
.....
.....
conf.DatabaseShutdown(FbShutdownMode.Forced, 5)
The strangeness is that in Win 2000 Pro with FB 1.5 rc6 and
(Firebird.NET 1.1 Beta 3) there is no error.
But the moment I change my OS to Win XP Home Edition - rest configs
same, this error appears.
"No message for code 472 found.No message for code 243 found."
Can anyone help me with this error and why it is occurring in WIN XP
home edition?
Regards,
sguha.