Can somebody help me ?

Patrick patrick.schaeffler at siemens.com
Tue Aug 3 23:23:29 EDT 2004


Hi,

I managed to open a msaccess database with python.

import win32com.client.dynamic 
db1 = win32com.client.dynamic.Dispatch("Access.Application")
dbname = "D:\\Project\\Database\\database.mdb"
db1.OpenCurrentDatabase(dbname)

Now, I have the problem, that I don't know how I can read the lines
of my table. Can somebody help me please and give me an example code ?

I'm looking forward to your answers, and thank u very much in advance.

Cheers

Patrick



More information about the Python-list mailing list