|
Chapter 0: Introduction
ADO Programming with Python Tutorial
Python is an object-oriented programming language
that has gained a lot of popularity in recent years. ADO (or ActiveX Data Objects) is a Microsoft concept
that has also gained popularity on Windows platforms. However, there is precious
little documentation on the web that deals with both ADO and Python. This tutorial
aims to remedy that and provide some ideas about how to use COM objects with Python
as well.
|
The tutorial will start off with a quick walkthrough of
some ADO concepts, followed by practical Python code. The reader is assumed to have
basic familiarity with SQL and Python.
|
DISCLAIMER: While every precaution as been taken in the preparation of this tutorial, the author
assumes no responsibility for any errors or omissions, or for damages resulting from the use of the
information contained herein.
|
|
Copyright © 2004 Mayukh Bose. All rights reserved.
This work may be freely reproduced provided this copyright notice is preserved.
OPTIONAL: Please consider linking to this website (
http://www.mayukhbose.com/) as well.