Dear, I am working on a database in ms access
I make a query locally and everything works well with the module pyodbc I leave the syntax:
conn = pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=C:\Users\Doron E\Desktop\Test\testdb.accdb;")
I can not find the way to consult a remote server .. someone who is more knowledgeable that could help me ..
thank you very much.