Using ODBC Driver 18 for SQL Server #3635
Unanswered
ThomasBudy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I changed to ODBC driver my application code which uses temp tables stopped working. My unit testing still works with ODBC driver however, so I also include my new ODBC unit test configuration.
=== Code ===
=== Exception ===
OdbcException: ERROR [42S02] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Invalid object name '#TestTable'.
ERROR [42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Statement(s) could not be prepared.
=== New ODBC configuration, does not work ===
=== Old working configuration ===
=== New ODBC unit test configuration, working ===
=== PreLoader ===
=== Versions ===
NHibernate version=5.3.15
sql server version 15.0.2000.5
Beta Was this translation helpful? Give feedback.
All reactions