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

SQL Anywhere 12.0.1 » MobiLink - 服务器管理 » MobiLink 服务器技术 » MobiLink 统一数据库 » 同步空间数据

 

上载和下载脚本

当表包含空间列时,上载和下载脚本可能会有很大不同,这取决于所使用的统一数据库的类型。以下示例介绍 MobiLink 服务器当前支持的统一数据库空间数据的一些示例上载和下载脚本。

对于下面的示例,同步表假设如下所示:

create table test (c1 int not null primary key, c2 st_geometry )

有关各种类型统一数据库的特定信息,请参见:

 SQL Anywhere 示例脚本
 Microsoft SQL Server 示例脚本
 Oracle 示例脚本
 IBM DB2 示例脚本
 MySQL 示例脚本