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. jason1972

    Is there a way to trace who inserted a particular record?

    Thanks to everyone for replying. Someone in another forum suggested the Lumigent Log Explorer. I haven't tried it out yet, but it seems to be able to retrieve user id's (and a bunch of other information) from the log file. I wonder how these people figure out the log file format. Trial and...
  2. jason1972

    Is there a way to trace who inserted a particular record?

    How do I get the user name or host name that inserted or updated a particular record? Is this information stored in the database's log file, hidden fields, or anywhere else? I know I can add a user_name field and use triggers, but I need the information for records already existing in the...
  3. jason1972

    Anybody out there interested in talking about MS multitier dev issues?

    Hi John, So are you saying we can use the design described by Tarek above (based on Lhotka's book) and still put all business objects on the application server? Most of the books and articles I've read recommend making objects on the application server stateless to make performance acceptable...
  4. jason1972

    Anybody out there interested in talking about MS multitier dev issues?

    Hi Tarek, I like the ideas presented in Rockford Lhotka's Visual Basic 6 Business Objects. I think stateful UI-Centric business objects with properties is a more elegant design compared to stateless UI-Centric business objects. My biggest problem with this approach is that it forces us to put...
  5. jason1972

    Anybody out there interested in talking about MS multitier dev issues?

    Hi everyone. I've been reading a lot about n-tier development. From what I've read in books, articles, and this thread, it seems to me that most people agree on the division of the tiers (1 - UI, 2 - Business Services, 3 - Data Services, 4 - Database System). However, there seems to be two...

Part and Inventory Search

Back
Top