Hi Patrick, > Add the following lines to your /etc/odbc.ini > > [Local Virtuoso] > Driver = /PREFIX/lib/virtodbc_r.so > Address = localhost:1111 > > where PREFIX is replaced by the full path you installed your virtuoso > and also assuming you use port 1111 in virtuoso.ini (is default). > > Then you should be able to connect with: > > c = pyodbc.connect('DSN=Local Virtuoso;UID=dba;PWD=dba') >
great!!! worked perfectly. might be worth adding this to the documentation found here: http://docs.openlinksw.com/virtuoso/odbcimplementation.html thanks again! -kurt