Nuacht

In the code below the str entry widgets that i use the get method to retrieve data from, have been created earlier in the code.i have tried the following ways to solve the problem:turning the list ...
Criando a tabela funcionarios CREATE TABLE IF NOT EXISTS funcionarios (id_funcionario INTEGER PRIMARY KEY AUTOINCREMENT, nome TEXT, sexo CHAR(1), nascimento date, telefone NUMERIC); Inserindo dados na ...
I noticed that "DB Browser for SQLite" handles import of missing values from CSVs differently than the old Firefox "SQLite Manager." In "DB Browser for SQLite" missing values in a csv are not imported ...