For MobiLink scripted uploads only. This converts the progress value for scripted upload from a 64-bit INTEGER to a TIMESTAMP.
sa_convert_ml_progress_to_timestamp( progress )
progress The function takes one parameter which is an UNSIGNED BIGINT.
The function returns the TIMESTAMP that is represented by the value passed in. This procedure is the inverse of sa_convert_timestamp_to_ml_progress.
None
None
SELECT sa_convert_timestamp_to_ml_progress( 3600000 ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |