Insert String into sqlite database

I can run any Select statment and it works great.
I have an issue with my insert statment.
I am trying to insert a string into a sqlite database
Here is table structure

Here is block images

Here is doIt

I must be doing something wrong in the sql Statment.
Thaks for any help.

I use this site as a reference for queries
SQL INSERT INTO Statement (w3schools.com)

Well I decided to make a new sqlite database and all is working fine.
I guess something corrupted with the old database i was using.
I hope this helps someone that may run into the same problem.

2 Likes