Posts by Thales H. P. de Lira • 45 points
2 posts
-
3
votes1
answer555
viewsQ: Problems with Python3 in connection with Firebird2.5
I made this Python code (basic connection with Firebird): import fdb con = fdb.connect( host='192.168.1.17', database='/home/firebird/questor.fdb', user='sysdba', password='masterkey' ) cur =…
-
1
votes1
answer329
viewsQ: I cannot get result from my updated object list
I am developing the back of a web service and will be my first application in Nodejs v11. Do not notice the lack of separation of 'business rules' with 'bank manipulation' because I am having…