Subject Re: [IBO] Error in IB_Schema.pas
Author Helen Borrie
At 09:44 PM 13/09/2010, Salvatore Besso wrote:

>so the Firebird alias name can be supplied via the DatabaseName property of TIB_Connection? Or should I supply it by
>mean of an entry in the Params property?

The DatabaseName property exists in TIB_Connection for compatibility. Don't supply it yourself, AT ALL. Use the Server, Path and Protocol properties instead.

You can (if you like) use DatabaseName for a "friendly Name": it won't affect how IBO makes the connection. However, if you leave it Nil, IBO will automatically fill it with a valid string - which there just for your information.

Helen