> Windows.connect does not work for me.
> I get this
> >>> conn = Windows.connect('QRQBwhoimp', user = '', password = '')
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> mx.ODBC.Error.NotSupportedError: ('IM001', 0, '[Microsoft][ODBC Driver 
> Manager] Driver does not support this function',
> 12173)
>
Which I guess is the same message as before.
 
However,
DriverConnect lets me use the DSN=QRQBwhoimp form and that seems to work.
 
>>> conn = Windows.DriverConnect('DSN=QRQBwhoimp')
>>>
>>> dir(conn)
['__enter__', '__exit__', 'close', 'commit', 'cursor', 'getconnectoption', 
'getinfo', 'nativesql', 'rollback', 'setconne
ctoption']
>>>
 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/413u_bNNvg0J.
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