Thread: Re: ODBC Security
Jeam,
Is it possible to set up a security or access rights for ODBC connection?. Lately, I have experienced a problem whereby a user deleted a table from my DB2 Database. This user accesses the database via the ODBC connection.
Please advise.
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relating to the official business of Standard Bank Investment Corporation (Stanbic) is proprietary to the company. It is confidential, legally privileged and protected by law. Stanbic does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of Stanbic.
The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.
Stanbic can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.
_______________________________________________
> Is it possible to set up a security or access rights for ODBC connection?. > Lately, I have experienced a problem whereby a user deleted a table from my > DB2 Database. This user accesses the database via the ODBC connection. It depends what you want. If you fill in configuration dialog for ODBC username and password then it's impossible. But you can configure ODBC without filling username an password and then user have to fill username and password to connect to postgres (only once per session) when he use ODBC connection. And in postgresql you can specify users and their privileges. Regards Luf