0
CREATE TABLE t1 (
   t1_id INTEGER PRIMARY KEY,
   TEST VARCHAR(50)
);

As we know Sqlite3 have range for INTEGER 0..9223372036854775807 and delphi with native conversion has integer range betwen -2147483648..2147483647 when value greater than 2147483647 value return to -1 any sugestion to fix this.

Dicky Tamara
  • 211
  • 2
  • 14

0 Answers0