View Single Post

   
  #5 (permalink)  
Old 04-19-2008, 06:06 PM
Noel
 
Posts: n/a
Default Re: Preventing an ODBC from deleting data

Easy - revoke sql delete privlage from specific username and use
UID=username in the ODBC connection string when connecting to the database
instance. Same for OLE-DB.

Noel

"brett simpson" <bsimpson@actrol.com.au> wrote in message
news:3f024fd1$1_1@news.iprimus.com.au...
> How do prevent an ODBC user from deleting data ?
>
> thanks
>
>



Reply With Quote