Posts by Alexandre Rodrigues de Carvalh • 1 point
4 posts
-
0
votes1
answer1304
viewsQ: pyodbc.Interfaceerror: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Name of data source not found
I am creating a code to perform an adjustment in a sql server database, but when trying to run it is returning error: pyodbc.Interfaceerror: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Name…
-
0
votes1
answer47
viewsA: Edit key value in Windows Registry and create rule in windows firewall with Python
The part of the firewall consgeui resolve, I used the code below, and after compiling, I ran the exe as administrator and was ok, now missing only the part of the registry edition, need to change…
-
-1
votes1
answer47
viewsQ: Edit key value in Windows Registry and create rule in windows firewall with Python
I need a python preject to change the port in the windows registry (HKEY_LOCAL_MACHINE System Currentcontrolset002 Control Terminal Server Winstations RDP-Tcp Portnumber) and (HKEY_LOCAL_MACHINE…
-
0
votes0
answers78
viewsQ: Create a. bat file to delete information from a given table in postgresql
I am trying to perform a delete in postgre via bat file, I need it to be so due to a particularity of the system I am adjusting. However, I run the file and it doesn’t delete, I tried including a…