Dear all,
I use SQLdb TODBCConnection connected Win10 OS System DSN for SQL_Server database, but when I run query in my program, it gives me exception:
The SELECT permission was denied.
Actually for this System DSN, it has READ/WRITE permission for the database, and in the same PC, another software use this DSN connection, it can work well both for SELECT ,UPDTATE,INSERT etc.
I'm new for ODBC connection, is there any option should added to the code, so it can work?
Can anyone help me?
Thanks!