SQL parser does not detect COMP (i.e., signed 64-bit) values
Brought to you by:
tpsfadmin
Exported from Bugzilla, issue 4020.
--- Comment added on 10/17/02 9:03:33 AM ---
Carlos Graciano, 10/17/2002
Hi all ! I am trying to run the SQL:
INSERT INTO MyTable (MyColumn) VALUES (1234567890123456789)
and I got the message:
FlashFiler: Query1952457: Query execution failed: '1234567890123456789' is
not a valid integer value [$D538/54584]
The data type for MyColumn is Comp (64 bits). I've tried to run the same
statement in MSSQL and it works ! Does anyone have any idea on how to solve
this problem ?
Thank you !