When you import a schema, you may see the error message the name XYZ is already in use.
当您在导入一个方案时,您可能会看到一个出错信息名字xyz已经被使用。
For example, don't use the customer name in database schema or class names.
例如,不要在数据库模式或类名称中使用客户名称。
As the schema name, you can use the username by which you connect to the database (in my case, I have to admit that's ADMINISTRATOR).
对于模式名称,可以使用连接数据库所用的用户名(在本例中,我使用ADMINISTRATOR)。
应用推荐