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 » UltraLite - Database Management and Reference » UltraLite database reference » UltraLite creation parameters

 

UltraLite timestamp_increment creation parameter

Limits the resolution of timestamp values. As timestamps are inserted into the database, UltraLite truncates them to match this increment.

For Android smartphones, you can use Connection.setOption(OPTION_TIMESTAMP_INCREMENT, value) as an alternative to setting this creation parameter. See Connection.setOption method [UltraLiteJ] and Connection.OPTION_TIMESTAMP_INCREMENT variable [UltraLiteJ].

 Syntax
 Allowed values
 Default
 Remarks
 See also
 Example