The World of Mayukh Bose

<< Back to Main Page Mayukh's world: e-mail me | about
Mayukh's World: Python Tutorials: ADO and Python Monday, June 05, 2023
Python and ADO
  • 0. Introduction
  • 1. What is ADO
  • 2. Basic Objects
  • 3. Using Parameters
  • 4. ADO/Python Basics
  • 5. Connection Object
  • 6. RecordSet Object
  • 7. Command Object
  • 8. More Command Fun
  • 9. Command and Procs
  • 10. Creating Params
  • 11. Links and Credits
  • My Free Software
  • Delphi/C++ Builder
  • Pocket PC
  • FreeSpeech Chat
  • C/C++ Freebies
  • Perl
  • Python
  • Ruby
  • My Python Code
  • ADO and Python
  • Addlice
  • IE Controller
  • Python Tutorials and Software e-mail me

    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.


    ^Up to Mayukh's World^ Next: What is ADO? >>

    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.