Subject | Re: [IBO] IBO connects |
---|---|
Author | Brian Nuckels |
Post date | 2001-01-29T17:03:51Z |
You can disconnect the current user by setting TIB_Connection.Connected :=
False, but this will not ensure all users are disconnected. If you might
have simultaneous users, this won't work. There may be a way to disconnect
all from the Services API, but I don't know for sure.
False, but this will not ensure all users are disconnected. If you might
have simultaneous users, this won't work. There may be a way to disconnect
all from the Services API, but I don't know for sure.
----- Original Message -----
From: "Daniel Bertin" <daniel@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, January 29, 2001 9:25 AM
Subject: Re: [IBO] IBO connects
> Hi
> With IBO How can I connect/disconnect a database at run time? the connect
> property yes/no?
>
> if this is possible then I could do a backup, restore it to a search
> database and connect to that database when I need to search.
>
> I need to make sure they are disconnected when done the search, because I
> cannot over write a open database.