Jump to content

HeZa

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

3 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Yes, because with this WITHs it's very hard to do secure refactorings to solve other problems.
  2. To give you one more idea to try: Use a sql window function to get the total count of all records as an additional column. Syntax for the column should something like this "count(*) over () as total". SELECT - OVER Clause (Transact-SQL) But I don't tried it by my self 🙂
  3. If you call SearchByFieldname always with fFieldName as parameter then don't use a parameter because it is totally normal for a method to use fields of it own class.
  4. HeZa

    Profiler for Delphi

    Oh, I'm only seeing it now. Thanks for sharing it.
  5. HeZa

    Profiler for Delphi

    Is anybody aware if there is a profiler, which can profile the unit initialization, with output of unit name and time?
×