Subject | Re: [ib-support] User after creating database? |
---|---|
Author | Geoff Worboys |
Post date | 2001-01-19T13:58:45Z |
> After using isc_dsql_execute_immediate to create a database,You cannot create a database without a user/password. Using
> 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???
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