Subject RE: [IBO] Can't delete DatabaseName in TIB_Connection
Author Support List
Dave,


> I have a TIB_Connection that I have typed in the Path to the DB, but now I
> can't delete that path.
>
> I need to leave that open so that I can assign it at run time. I know I
> can do that anyway, but I am wondering why I can't delete it in the Object
> Inspector.
>
> I delete it then hit "Enter" and back it pops.
>
> I will simply delete the TIB_Connection and put a new on it it's place to
> get around it for now.

If you want to delete the Path then make the Path property empty.

DataBaseName is simply a friendly name for your connection and if you don't
provide a name then it shows the path, server and protocol information.

Jason