JET_CONVERT 结构
适用于: Windows |Windows Server
JET_CONVERT 结构
JET_CONVERT 结构包含用于读取使用该早期版本创建的数据库的早期 ESE 版本 DLL 的名称。 此外,还提供了其他标志来控制转换的性质。
Windows Server 2003:JetCompact 中执行转换的功能已从 Windows Server 2003 中的产品中删除。 它仅在 Windows 2000 和 Windows XP 中受支持。
typedef struct tagCONVERT {
tchar* SzOldDll;
union {
unsigned long fFlags;
struct {
unsigned long fSchemaChangesOnly :1;
};
};
} JET_CONVERT;
成员
SzOldDll
ESE DLL 早期版本的名称(包括路径信息)。
fFlags
预留给系统使用。
fSchemaChangesOnly
预留给系统使用。
要求
要求 | 值 |
---|---|
客户端 |
需要 Windows Vista、Windows XP 或 Windows 2000 Professional。 |
服务器 |
需要 Windows Server 2008、Windows Server 2003 或 Windows 2000 Server。 |
标头 |
在 Esent.h 中声明。 |
Unicode |
作为 JET_CONVERT_W (Unicode) 和 JET_CONVERT_A (ANSI) 实现。 |