Ricky D Well-Known Member Licensed User Longtime User Jan 11, 2012 #1 When we use a date in B4A should the definition for dbutils be DB_INTEGER or DB_REAL ? I don't know if DB_INTEGER will hold the long that a date is in B4A regards, Ricky
When we use a date in B4A should the definition for dbutils be DB_INTEGER or DB_REAL ? I don't know if DB_INTEGER will hold the long that a date is in B4A regards, Ricky
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2012 #2 It should be DB_INTEGER. DB_INTEGER can accurately represent "long" numbers (8 bytes). Upvote 0
Ricky D Well-Known Member Licensed User Longtime User Jan 11, 2012 #3 :sign0060: thanks again Erel. Upvote 0
I inakifeliu New Member Licensed User Longtime User Jan 20, 2012 #4 Thanks Erel, I had the same question. :sign0098: Upvote 0