Subject Re: [firebird-support] Clarion and Firebird API calls
Author Milan Babuskov
alexandarkolaric wrote:
> I tried to use Firebird API call ISC_ADD_USER from Clarion and I
> created lib file with libmaker.
>
> When I call function I get error that refers to missing username. I
> pass username as a part of structure.
>
> Can somebody help me? I want to create and manage user accounts from
> my app directly. I think that I'm very close to solution but ...

Not really an answer to your question, but have you tried with IBPP?
It's much easier, you don't have to hassle with structures. There is a
simple AddUser function that does the job:

AddUser(username, password, first, middle, last);

My guess is that if you can use C, you could also use C++.

Check it out:
www.ibpp.org

--
Milan Babuskov
http://fbexport.sourceforge.net