Posts by Aloisio Kneipp Dos Santos • 1 point
2 posts
-
0
votes2
answers108
viewsA: Doubt Python with Firebird database query
I was able to "bypass" or display the information like this: cursor.execute("select e.descricao, e.preco_venda from estoque e where '"+barras+"' = e.barras") retorno = cursor.fetchall()…
-
0
votes2
answers108
viewsQ: Doubt Python with Firebird database query
Hello I have a problem with the Firebird database query. I make the connection with the bank and step this query, but the problem is in return, it returns the name of the normal product only that…