You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Problem
Excel currently doesn't show an error message when an invalid query is entered into the Data Preview window when selecting tables.
Cause
ODFE SQL ODBC currently is missing support for SQLError(W), which is a deprecated ODBC 2.x function used to return error information. Exposing this method through the driver should resolve the issue.
The text was updated successfully, but these errors were encountered:
Problem
Excel currently doesn't show an error message when an invalid query is entered into the Data Preview window when selecting tables.
Cause
ODFE SQL ODBC currently is missing support for SQLError(W), which is a deprecated ODBC 2.x function used to return error information. Exposing this method through the driver should resolve the issue.
The text was updated successfully, but these errors were encountered: