I am trying to do this:
Provider=MSDASQL.1;Persist Security Info=False;User ID=sys;Password=pwd;Initial Catalog=DATABASE;Data Source=OdbcDataSource;DBA Privilege=SYSDBA
But I get the error:
[Microsoft][ODBC Driver Manager] Driver SQLSetConnectAttr failed
I use Delphi, but answers in any language are welcome.
Explanation: I can connect as a regular user. I encountered difficulties when trying to connect AS SYSDBA.
source
share