This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Maurice.Maneschi
Recipients Maurice.Maneschi
Date 2011-02-17.21:25:58
SpamBayes Score 4.7291633e-06
Marked as misclassified No
Message-id <1297977959.44.0.182816269103.issue11237@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.1.3 under Windows XP sp3, I enter the following under the interpretter:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\MauriceM>c:\Python31\python.exe
Python 3.1.3 (r313:86834, Nov 27 2010, 18:30:53) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import odbc
>>> c = odbc.odbc('Quantum/Quantum/Quantum3')
>>> dir(c)

C:\Documents and Settings\MauriceM>

At that point, Windows pops up a crash notification and asked if MS should be informed.

Questions
=========
1) Is ODBC no longer supported?
History
Date User Action Args
2011-02-17 21:25:59Maurice.Maneschisetrecipients: + Maurice.Maneschi
2011-02-17 21:25:59Maurice.Maneschisetmessageid: <1297977959.44.0.182816269103.issue11237@psf.upfronthosting.co.za>
2011-02-17 21:25:58Maurice.Maneschilinkissue11237 messages
2011-02-17 21:25:58Maurice.Maneschicreate