Posts by Flávio Ribeiro • 9 points
3 posts
-
-1
votes1
answer26
viewsA: Problem displaying items in a qtablewidget
The problem was solved as follows: row = row + 1
-
1
votes1
answer245
viewsQ: java error in connection with SQL Server
I’m trying to connect to a sql server database, but I’m not succeeding. Follows connection class and test method: public class ConexaoBanco { public static final String user = "sa"; public static…
-
0
votes1
answer26
viewsQ: Problem displaying items in a qtablewidget
Only the first two rows of the table are filled, but the table row numbers are filled as the result of the query and in the print displays all items normally,. def escreveArquivo(self): con =…