v-makouz
v-makouz
Is there a repro app? Does it happen during a particular query?
I'm trying to reproduce this, but I can't `pip3 install Formatter` because of the missing cStringIO
@gordthompson Did you supply a WindowHandle in SQLDriverConnect?
@gordthompson It needs a window handle to generate a dialog box. The following doc has more information, and there is a code sample there that uses the dialog prompt: https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqldriverconnect-function?view=sql-server-ver15
I would recommend using the latest unixODBC rather then iodbc, there is more discussion here: https://github.com/mkleehammer/pyodbc/issues/444
I looked into it a bit more and it looks like if you ldd that .so file you can see `/usr/local/lib/libodbc.2.dylib`, I tried using `install_name_tool` to change the dependency, but...
What's the ODBC driver being used?
Do you have a repro app (and SQL queries to setup the stored procedure and the like)? I want to try it out and see what's happening.
What's the schema for [JavaTest] ?