Subject RE: [ib-support] TIBBackupService
Author Jill Thomson
At 07:30 PM 01/07/01 +0100, Pete Bray wrote:
>i use the code below to stop this happening when i connect to the database,
>something like this may fix your problem.
>
>ie.
>StoredSetting:=StopDialUpAutoDial();
>try
> Database.Open();
>finally
> RestoreDialUpAutoDial(StoredSetting);
> end; //of try..finally

Wow, thanks Pete. For me that's the posting of the month. Ok, I know the
month has only just begun, but it's likely to stay that way.

Peter Lawson