打开 DBM 数据库链接。
语法: int dbmopen(string filename, string flags);
返回值: 整数
函数种类: 数据库功能
本函数用来打开指定的数据库。参数 path 为数据库的路径加上数据库名称。参数 mode 值如下表
返回值为数据库的代号 ID,若失败则返回 false。