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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. albatross68

    How to log a user's IP

    We would like to log modifications (inserts/updates/deletes) on a table. Because some application that access the database through ODBC connect using the same username and password we need to distinguish who did each modification using something other than the username. We thought of using the...
  2. albatross68

    Calling functions by name (dynamically)

    I was thinking of creating dynamic menus. In my scenario, there a table where each record is a menu entry. It has a parent (to create a hierarchy) and an action. The action may be: - display a sub-menu (implemented using the table itself) - run an external command (RUN a string) - run an...
  3. albatross68

    SELECT MAX(col) .. WHERE produces the wrong result

    I have a table with the following fields (among others): tid SERIAL ext_id INTEGER The idea is that a number of records may exist in this table for a given ext_id, but tid is unique and increases with each new record My goal is to locate the most recent record for a given ext_id (say 12345)...

Part and Inventory Search

Back
Top