Re: [Tutor] MS Access......

2005-08-30 Thread Eric Walker
me = class Beautiful me.Crying... Great Info, I was able to connect through DAO and create an object and coulde open, Excel,Access and Word docs but I couldn't find any documentation on methods to use to do stuff. I will try ADO tonight directly and I am sure it will work great. Eric Thanks A

Re: [Tutor] MS Access......

2005-08-30 Thread Kent Johnson
Eric Walker wrote: > I want to know what modules are available to connect > and talk with MSAccess databases... google 'python msaccess' You can talk to Access directly using ADO: http://www.ecp.cc/pyado.html or via DAO: http://starship.python.net/crew/bwilk/access.html adodbapi puts a Python D

[Tutor] MS Access......

2005-08-29 Thread Eric Walker
I want to know what modules are available to connect and talk with MSAccess databases... Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___