Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » UltraLite - 数据库管理和参考 » 使用 UltraLite 数据库 » 将 UltraLite 部署到设备

 

部署带 UltraLite 引擎的多个 UltraLite 应用程序

UltraLite 引擎是一个数据管理模块,在 Windows(32 和 64 位)、Linux(32 位)和 Mac(64 位)上管理来自应用程序的并行 UltraLite 数据库连接。该引擎由 SQL Anywhere 安装程序自动安装到桌面操作系统。因此,若需要,您只需将引擎部署到 Windows Mobile 设备。

 ♦  将 uleng 部署到 Windows Mobile 设备
  1. 复制 uleng12.exe 文件以及恰当的 *.dll 文件。您复制的 *.dll 文件应包括所有数据库加密、同步加密或所需的压缩 *.dll 文件。

    Filename Basic ECC TLS RSA TLS FIPS RSA TLS HTTPS Compression FIPS AES 数据加密
    uleng12.exe X X X X X X X
    mlcecc12.dll 1 X X
    mlcrsa12.dll1 X X
    mlcrsafips12.dll X X
    mlczlib12.dll X
    sbgse2.dll X X X
    ulfips12.dll X
    ulrt12.dll2 X X X X X X X

    1 如果应用程序分别直接链接到 ulecc.libulrsa.lib,则不需要文件。

    2 如果应用程序链接到 ulimp.lib,则只需要文件。

  2. 将文件保存到一个恰当的目录中。通常会使用以下目标目录之一:

    • \windows 目录。建议使用此位置,因为客户端自动在此位置中查找引擎。有关 UltraLite 查找引擎位置的完整列表,请参见启动 UltraLite 引擎

    • 其它 UltraLite 应用程序文件的目录。

  3. 如果您使用除了 \windows 目录以外的任何位置,则会包含 START 连接参数。此参数在应用程序连接到 UltraLite 数据库时启动 UltraLite 引擎。

    例如,数据库的连接字符串或 Windows Mobile 客户端应用程序的连接代码可能使用此 START 参数:

    "START=\Program Files\MyApp\uleng12.exe"
 另请参见