ODBC
Martijn Faassen
m.faassen at vet.uu.nl
Fri Jan 14 18:29:29 EST 2000
More information about the Python-list mailing list
Fri Jan 14 18:29:29 EST 2000
- Previous message (by thread): ANN: SurfNotes -- a web productivity application
- Next message (by thread): ODBC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tekir wrote: > At work I'm finishing up work on a equipment checkout database. I've been > using tab delimited files (from MS Access) for all of my work. But I'm getting > tired of all the work currently required. So I'm going to make one master ODBC > and do all my work from therer. Ok now for my questions what files do this? Do > they come with Python or do I need to d/l them and if so from where? And are > there any good tutorials out there? The Python-Win package comes with an ODBC interface. I've used that with success with MS Access. There's also a seperate package called mxODBC. This URL contains useful information: http://www.python.org/windows/OdbcHints.html For more about talking to databases from Python look here: http://www.python.org/topics/database/ The PythonWin version of ODBC is at least DB-API 1 compliant, I think the mxODBC one is DB-API 2 compliant. Good luck! Regards, Martijn -- History of the 20th Century: WW1, WW2, WW3? No, WWW -- Could we be going in the right direction? > there any good tutorials out there? > Thanks, > Jeremy -- History of the 20th Century: WW1, WW2, WW3? No, WWW -- Could we be going in the right direction?
- Previous message (by thread): ANN: SurfNotes -- a web productivity application
- Next message (by thread): ODBC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list