Thanks ChrisW67. Your code helped me a lot. Before posting a topic I found "autoincrement" in SQLite documentation, but I didn't know that "autoincrement" must be inserted after "primary key", and this column must be "integer" (I used "int"). Now everything works fine.

See you.