MySQL Forums
Forum List  »  Microsoft SQL Server

app_name and @@procid equivalents
Posted by: Cedric Baelemans
Date: September 30, 2007 03:39PM

Hi,

I'm looking for the equivalents in MySQL for two SQL Server functions/variables.

1. app_name() : returns the name of the application connected, e.g. "SQL server studio express"

2. @@procid : the id of the stored proc that inserts/updates the record. With the function object_name(@@procid), you can get the name instead of the id.

I use both in an audit trail mechanism, so I can trace back how the record was changed. And for debugging, it has also proved its use. I hope something similar exists in MySQL.

Cedric

Options: ReplyQuote


Subject
Written By
Posted
app_name and @@procid equivalents
September 30, 2007 03:39PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.