Upload and download scripts

When a table contains spatial columns, the upload and download scripts may vary greatly depending on the type of consolidated database being used. The following examples show some sample upload and download scripts for spatial data for the consolidated databases currently supported by the MobiLink server.

For the examples below, the synchronization table is assumed to be as follows:

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

For specific information about each type of consolidated database, see:

 SQL Anywhere sample scripts
 Microsoft SQL Server sample scripts
 Oracle sample scripts
 IBM DB2 sample scripts
 MySQL sample scripts