There are basically two ways to
control the default schema name:
- Issue the SET SCHEMA statement after you have connected to the database.
- Login as the user with the same name as the schema you wish to use.
If you haven't issued a SET SCHEMA
statement, then Derby will use your username as the schema name.
So if you login as user
"APP", and don't issue a SET SCHEMA statement, then your schema name
will be APP.
No comments:
Post a Comment
Please comment here