References
There is a Python Database Topic Guide at
http://www.python.org/topics/database/ with
many useful pointers.
mxODBC lives at
http://starship.python.net/crew/lemburg/mxODBC.html.
Gadfly
lives at http://www.chordate.com/gadfly.html.
For those interested in ODBC internals and capabilities, SolidTech
include a full ODBC manual with their documentation at
http://www.solidtech.com/devzone/manuals/.
Access Database Design and Programming by Steven Roman (O’Reilly) provides an excellent introduction to relational database concepts, SQL, and the formal operations on which it’s built. It also provides a complete reference to Microsoft Access SQL (including the Data Definition Language) and to the DAO object hierarchy.
The Data Warehouse Toolkit by Ralph Kimball (John Wiley & Sons) is the definitive text on its subject and an excellent introduction to what goes on in real-world database projects.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access