SQL Lite UPDATE Command

Cableguy

Expert
Licensed User
Longtime User
Hi, I have two problems....

The first is, I have two tables that are created at runtime....but only the first one reacts to the 'HeaderVisible' prop....The second one stay always visible no matter what...
The second issue is SQLLite related, in its UPDATE command...
I can't get it to work!!!
The same command, when issued in an 'SQLite Administrator' query works fine, but when I copy that query to the 'CommandText' prop does nothing...

my query setence is:
B4X:
UPDATE Stoks SET Tecnico='PAaC' WHERE NSerie='1234567890'

EDIT: Got the SQLite working... any thoughts about the table issue?
 
Last edited:
Top