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 - Server Administration » MobiLink server APIs » Synchronization script writing in .NET » Introduction to writing .NET synchronization logic

 

SQL-.NET data types

The following table shows SQL data types and the corresponding .NET data types for MobiLink script parameters.

SQL data type Corresponding .NET data type

VARCHAR

string

CHAR

string

INTEGER

int

BIGINT

long

BINARY

byte [ ]

TIMESTAMP

DateTime

INOUT INTEGER

ref int

INOUT VARCHAR

ref string

INOUT CHAR

ref string

INOUT BYTEARRAY

ref byte [ ]

INOUT TIMESTAMP

ref DateTime