ah well that's the problem.   this detection code might be wrong for 2005, 2008 
as well.   

If you want to try out this PyODBC code, perhaps we need to check with the 
pyodbc list:

connection = pyodbc.connect(...)
print connection.getinfo(pyodbc.SQL_DBMS_VER)



On Jun 9, 2010, at 3:41 PM, Clovis Fabricio wrote:

> I should gather all information before hitting "send". Sorry for that;
> 
> print engine.execute("SELECT SERVERPROPERTY('productversion'),
> SERVERPROPERTY ('productlevel'), SERVERPROPERTY
> ('edition')").fetchone()
> 
> returns:
> 
> ('8.00.760', 'SP3', 'Enterprise Edition')
> 
> --
> nosklo
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to