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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere 16 - Changes and Upgrading » What's new in version 11.0.1

 

MobiLink behavior changes and deprecated features

Following is a list of changes to MobiLink introduced in version 11.0.1.

  • -sm option for mlsrv11   The -sm option for mlsrv11 has been improved to provide similar functionality to the -nc option, when used with non-persistent HTTP/HTTPS. See -sm mlsrv16 option and -nc mlsrv16 option.

  • Microsoft SQL Server data types   As of SQL Server 2005, TEXT, NTEXT, and IMAGE types are deprecated. Use VARCHAR(max), NVARCHAR(max) and VARBINARY(max) instead. See Microsoft SQL Server data mapping.