将来只要创建一个新数据库连接,就需要执行这个步骤。
This step has to be done again whenever you create a new database connection in the future.
如果那个数据库不存在,将创建一个新数据库(在用户将数据库删除的情况下)。
If that database doesn't exist, we create a new one (in case the user deleted the database).
或者,如果相应的数据库不存在,系统将创建一个新数据库并始终返回0(参见清单1)。
Or, if no appropriate database exists, the system creates a new one and always returns 0 (see Listing 1).
应用推荐