Home > adobe air > Limits in Adobe AIR and sqlite

Limits in Adobe AIR and sqlite

November 2nd, 2008
  1. int in Adobe AIR takes value -2,147,483,648 (-2^31) to 2,147,483,647 (2^31-1).
  2. integer (primary key) in sqlite takes value -9,223,372,036,854,775,808 (-2^63) to 9,223,372,036,854,775,807 (2^63-1). (source)
Author: Xu Cui Categories: adobe air Tags:
  1. No comments yet.
CAPTCHA Image