Subject | Re: [ib-support] ibConfigService.BringDatabaseOnline |
---|---|
Author | Helen Borrie |
Post date | 2003-01-09T12:40:36Z |
At 11:00 AM 9/01/2003 +0000, you wrote:
Did you know that there is a special Delphi newsgroup on the Borland news
servers for IBX? This list isn't for Delphi questions...
^heLen
>I'm using Delphi5 and IBX. I shut down my db usingOmar,
>TIBConfigService.ShutdownDatabase(Forced, seconds) and every thing
>works fine as when I try to connect it's still shut down. Then I want
>to restart it, I use ibConfigService.BringDatabaseOnline it runs
>without exceptions but the db isn't restarted!
>
>The code is:
>
>with myIBConfig do begin
> Active:= true;
> BringDatabaseOnline;
> Active:= false;
>end;
>
>Should there be something else to do?
Did you know that there is a special Delphi newsgroup on the Borland news
servers for IBX? This list isn't for Delphi questions...
^heLen