Search results

  1. tamhas

    Sharing functions/methods with class and non-classes

    Alternatively, create a class with the desired functionality and revise the includes and references to use the new class. More work, but much cleaner in the end.
  2. tamhas

    Language codes in Internet Explorer

    when it comes to internet explorer it is not working properly Somehow a very familiar line ...
  3. tamhas

    Question Proper way to enable SQL?

    That was my point. If one is at that kind of limit, then there are bound to be many compelling reasons to switch to Enerprise.
  4. tamhas

    Question Proper way to enable SQL?

    BTW, if that is the case, it seems like a strong argument for getting off of Workgroup on general principles.
  5. tamhas

    Question Proper way to enable SQL?

    And that limit is 60?
  6. tamhas

    Question Proper way to enable SQL?

    Note that -n is not the same thing as licensed user count. It might be worth reviewing your type of user license, who is actually using it in which way (e.g., multiple sessions by the same person or on the same device), and the like. This might allow you to either raise -n and still be within...
  7. tamhas

    Select big table

    True ... so Squirrel support? :)
  8. tamhas

    Select big table

    Indeed, sounds like a call to support is indicated, provided the OP is on support. Further reason to do it a different way.
  9. tamhas

    Select big table

    While this doesn't answer your question, I wonder why you would use a SQL query to do what a dump already does.
  10. tamhas

    Select big table

    You might try showing the query and the table indices so that we have at least a little information to go on. One might also ask what use is a query that returns over 4 billion rows...
  11. tamhas

    Am I allowed to post a Job here?

    Scroll down, there are 4 jobs boards at the bottom.
  12. tamhas

    Ads

    Still no sponsor label under Tom's name ...
  13. tamhas

    Ads

    It is there for Rob and I.
  14. tamhas

    passing temp tables in a generic way

    No, I was only listing JSON as one of many ways to pass data. In order to make a recommendation of the preferable way to exchange the data, I would have to know more about your actual requirements. I might note that I tend to frown on passing temp-tables regardless. Better to encapsulate them...
  15. tamhas

    passing temp tables in a generic way

    For starters, I would recommend that you *not* do big complicated things in constructors. If they fail, you are left with a class that doesn't exist and the error handling is consequently more complicated. Better to initialize the class with a minimal constructor and then use an Initialize...
  16. tamhas

    Question Deleting a dynamic dataset

    "Looks like" is not confidence inspiring. One should "know" what will happen.
  17. tamhas

    Call .cls from other file

    It is very unclear what you are trying to do or expecting to happen. As Stefan said the USING statement has no function than to allow the use of an unqualified class name in the remaining body of the class. I.e., being able to reference just "base" instead of "ProcedureLibraries.base"...
  18. tamhas

    Ads

    Never have seen ads, but then I use AdBlock Plus.
  19. tamhas

    Anyone know transform designer bottomline ??

    Is it even Progress? Hard to imagine someone upgrading in 2020 from 4 to 9.
  20. tamhas

    Converting the given time to seconds

    There are many different answers, depending. Is the time you have a string or a date-time datatype or what. Are you looking for seconds since midnight?
Back
Top