Subject Re: [firebird-support] Interbase API function to add users
Author Helen Borrie
At 12:59 PM 7/01/2006 +0000, you wrote:
>Hi
>
>Using C++ Builder 6, Firebird 1.5, iboTDataset components, Win2000 &
>ibase.h as shipped with Firebird
>
>I am trying to use the Interbase API to add users, after seraching, I
>eventually found an example on the WEB which involves
>including "ibase.h" & adding the necessary code.
>
>When I try to run the project I get
>[C++ Error] ibase.h(214): E2015 Ambiguity between 'ISC_STATUS'
>and 'Ib_header::ISC_STATUS'
>Plus many other ambiguities. When I checked ibase.h & ib_header.hpp I
>see differences in the typedef's listed.
>
>What is the best way to resolve this problem?

IBO already has the necessary includes - use the AlterUser method of
TIB_Connection. (IBO questions to the IBO list, please!)

./heLen