Subject | Interbase API function to add users |
---|---|
Author | jackmills75 |
Post date | 2006-01-07T12:59:23Z |
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?
Thanks for any help
Jack
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?
Thanks for any help
Jack