Re: [python-win32] Problems connecting to an MS Access (.mdb) file

2008-06-16 Thread Gerdus van Zyl
>From some googling it seems to be a file permission problem. see http://www.bellaonline.com/articles/art17684.asp and http://support.microsoft.com/?scid=kb%3Ben-us%3B315456 As a workaround you can make a local access database, use link tables to connect to the remote database, then point your scr

[python-win32] Problems connecting to an MS Access (.mdb) file

2008-06-16 Thread Robert Latest
Hello folks, At work I have to use an MS Access database. Actually it's two databases (or .mdb files, anyway): One is the "master" file that contains all the relevant data in tables, and the other one seems to act a s a "GUI client" which connects to the first one. Anyway, I have to go through do