tanrj / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Add iODBC/unixODBC build info to a variable #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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?)

Original issue reported on code.google.com by mkleehammer on 18 Nov 2008 at 5:38

GoogleCodeExporter commented 8 years ago
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.

Original comment by mkleehammer on 18 Nov 2008 at 5:41

GoogleCodeExporter commented 8 years ago

Original comment by mkleehammer on 26 Nov 2008 at 9:23

GoogleCodeExporter commented 8 years ago
Not able to find anything useful at this time.  Will revisit.

Original comment by mkleehammer on 18 Mar 2009 at 5:21