Subject Re: [firebird-support] Re: How do I turn off or supplied user/password for embedded database access?
Author Dan Wilson
On 4/12/2006 at 3:10 PM Jeff Lynn wrote:

> ok, I am using the embedded dll, and the isc_attach_database api call
> does not allow for user/password specification.
>
> Again, pardon my ignorance, I did not find any documentation on API.
> I can only derive the calling sequence from the header file.
>
> jml
>

If you are programming in C++, go to www.ibpp.org and download ibpp. It is a C++ wrapper for the api that will make life much, much simpler for you.

HTH,

Dan.