Subject | Re: [firebird-support] Re: How do I turn off or supplied user/password for embedded database access? |
---|---|
Author | Ivan Prenosil |
Post date | 2006-04-12T16:06:08Z |
> ok, I am using the embedded dll, and the isc_attach_database api callIt can be specified using database parameter buffer (DPB),
> does not allow for user/password specification.
i.e. the last parameter of isc_attach_database().
Or, you can use environment variables ISC_USER and ISC_PASSWORD.
>Use InterBase6 documentation.
> Again, pardon my ignorance, I did not find any documentation on API.
> I can only derive the calling sequence from the header file.
Ivan