Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gleyd

  1. gleyd

    Automatically Connecting to Oracle database in code...

    The connect string I use works fine: strConnect = "ODBC;DRIVER={ORACLE ODBC DRIVER};SERVER=EQDB;UID=xxx;PWD=yyy;DBQ=EQDB;DBA=W;APA=T;PFC=1;TLO=O;" Hope this helps.
  2. gleyd

    Capturing User Name

    Thank You, select USER from DUAL worked.
  3. gleyd

    Capturing User Name

    I have a trigger that fires when certain fields are changed to post the old and new values to a transaction log. This works fine. I want to capture the userid of the user that caused the trigger to fire. How do I trap the user? I am using a MS-Access97 front-end connecting to Oracle 8.0.5...

Part and Inventory Search

Back
Top