Hi gang,
I am generating a table with TEXT, REAL, NUMERIC and BLOB class columns.
Trying to write a string consisting of both numbers and alphabets,
such as "16h30m34s" into a TEXT class column.
A that point an error message prompts:
Invalid token "16h30m34s"
Is this perhaps a limitation of SQLite? :sign0163:
The SQL Database Browser has no such problems.
Thanks a lot!
Robert
I am generating a table with TEXT, REAL, NUMERIC and BLOB class columns.
Trying to write a string consisting of both numbers and alphabets,
such as "16h30m34s" into a TEXT class column.
A that point an error message prompts:
Invalid token "16h30m34s"
Is this perhaps a limitation of SQLite? :sign0163:
The SQL Database Browser has no such problems.
Thanks a lot!
Robert