Re: Too slow to read an entire table from Microsoft Access

2007-03-14 Thread fumanchu
On Mar 14, 7:34 pm, lialie <[EMAIL PROTECTED]> wrote: > I read a table with 4500 rows and 12 columns using win32com.client. > Reading and updating records are OK, but cost too much time.Especially > making a dict as line(***). > All follows done may take nearly 90s! > Is there any good idea? Thanks

Too slow to read an entire table from Microsoft Access

2007-03-14 Thread lialie
Hi, all: I read a table with 4500 rows and 12 columns using win32com.client. Reading and updating records are OK, but cost too much time.Especially making a dict as line(***). All follows done may take nearly 90s! Is there any good idea? Thanks. conn = win32com.client.Dispatch(r'ADODB.Connection')