Issue 3: Add iODBC/unixODBC build info to a variable
Status:  WontFix
Owner:
Closed:  Mar 2009
Project Member Reported by mkleehammer, Nov 18, 2008
On Linux, there is currently no way to know if pyodbc was built for iODBC
or unixODBC.

(It would be better if we could dynamically choose, but I don't think
that's an option.)

Add a variable like __build__ with this info.  (I'll need to see what other
Python modules do.  Perhaps copy a variable name from sys?)

Nov 18, 2008
Project Member #1 mkleehammer
Is there a way to use SQLGetInfo to get platform information?  The problem is, we
need this troubleshooting information usually because someone can't connect.

Nov 26, 2008
Project Member #2 mkleehammer
(No comment was entered for this change.)
Labels: -Priority-High Priority-Low
Mar 18, 2009
Project Member #3 mkleehammer
Not able to find anything useful at this time.  Will revisit.
Status: WontFix