import pyodbc
print('work')
conn = pyodbc.connect("DRIVER={HFSQL};Server Name=127.0.0.1;Server Port=4900;Database=main;UID=admin;PWD=admin", autocommit=True)
print('not work')
conn.close()
I followed instraction https://doc.windev.com/en-US/?3044179&3044179&verdisp=150 And but i can't connect. Else if you now how to open .fic/.ndx files it will do my life more easy.