Open idexxbernvaug opened 1 month ago
Hi, What version of Mimer SQL are running on the server you are trying to connect to? Regards, Fredrik
The Mimer version on the server is 10.0.8A
That's the problem. MimerPy uses our new Mimer C API and it only works with Mimer SQL 11.0 and later. The error code/message could be better here.
Well that explains it. Thanks for the info!
Hello! I am stumped here.
I am able to connect to a remote db using bsql:
But when I try to use mimerpy, I get an error:
con = mimerpy.connect( dsn='idexxcvqa', user='LABCAT_QA', password='omitted' )
Here is my sqlhosts file:
I must be missing something... Any help is much appreciated. Thanks!