Subject Re: [ib-support] User after creating database?
Author Geoff Worboys
> After using isc_dsql_execute_immediate to create a database,
> what user am I logged in as? The API Reference manual says
> after the execute immediate of "create database ...", I get
> back a connected isc_db_handle as if I had used
> isc_attach_database but since I didn't pass any username
> information in, who am I logged in as???

You cannot create a database without a user/password. Using
execute_immediate means that you must have provided that information
in the statement itself, so whatever you put in the statement is what
you have.


HTH

Geoff Worboys
Telesis Computing