Posts by Renato Lacerda • 41 points
3 posts
-
0
votes1
answer566
viewsQ: Operationalerror: near "?": syntax error python sqlite3
Good night. I’m trying to put a dynamic column with the function class db(): def __init__(self,coluna): self.coluna = coluna def inserir_coluna_tabela1(self): import sqlite3 as sql conn =…
-
0
votes0
answers448
viewsQ: Uncaught Typeerror: Cannot read Property 'style' of null
Normally I will Google first, but I searched and couldn’t find a valid solution. I’m making a game of guessing colors of the Coursera Javascript course. And it’s working, but when I try to define…
-
3
votes3
answers1955
viewsA: How to scan data from an Excel spreadsheet
Open excel and press Alt+F11 to enter the platform to program in VBA. Create an ODBC connection to connect to the database. To loop. you can do as follows Create a module and use the code below Sub…