Group: Forum Members
Posts: 190,
Visits: 1.3K
|
Hi,
I am having audit log and data encryption in my database. I need to pass current login user name to a stored proc whenever that is any new connection opened. I was thinking to override SqlDataSourceItem.CreateBlankDbConnection() to add call for it.
Do you foresees any problem with this approach?
Thank you
|