Subject Re: [IBO] Re: Connection problems next
Author Salvatore Besso
hello,

> How is the alias name entered in the path ?

IB_Connection1.DatabaseName := 'cocagneFC';

The Path property is automatically set by the component, based on the
DatabaseName value, and you shouldn't never use it directly. You can also
set this and other parameters directly at design-time using the object
inspector instead of setting them at run-time.

Regards
Salvatore