Re: ODBC Insert question

2006-01-19 Thread Bill Witherspoon
Hi Steve,You were absolutely correct! Sorry for the slow reply, but I was off for a couple of days and had shelved the problem. Saw your reply today and tried it. I then re-read the mxODBC docs and saw the section that I should have read a little better. Thanks again.Bill.On 1/12/06, Steve Holden <

Re: ODBC Insert question

2006-01-12 Thread Steve Holden
Bill Witherspoon wrote: > Hi all, > > Am trying to teach myself a bit of Python by creating a small app to > track tasks, and docs associated with the task. I'm using Python 2.4 on > Win32 with an Access 2003 db which I'm attempting to talk to using > mxODBC. I can do Selects without difficulty