Jump to content

Dmitry Arefiev

Members
  • Content Count

    160
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dmitry Arefiev

  1. MyStack.ToArray[MyStack.Count - 2]
  2. MyStack.List[MyStack.Count - 2]
  3. https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Using_SQLite_with_FireDAC#SQLite_Data_Types
  4. Dmitry Arefiev

    NetHTTPCLient, NetHTTPRequest and CURL

    If you are talking about Windows, and you want to use libcurl from TNetHttpClient, and you are using RAD Studio 11 Update 2, and you have System.Net.HttpClient.*.pas source code. Then with a simple modification of System.Net.HttpClient.Linux.pas, you can use it on Windows. Is it what you want ?
  5. Dmitry Arefiev

    Delphi 11.2 Patch 1 bug ??

    Is on the Tools -> Options -> User Interface -> Form Designer -> Enable VCL Styles ? If yes, then try to turn it off. Does it help ?
  6. Dmitry Arefiev

    rubicon 4

    Who is it - rubicon 4 ?
  7. Dmitry Arefiev

    FDquery LoadfromFile

    https://docwiki.embarcadero.com/Libraries/Alexandria/en/FireDAC.Stan.Option.TFDBottomResourceOptions.PersistentFileName
  8. Dmitry Arefiev

    DBGrid sort descending on Column Title Click

    ':D' is not supported by TClientDataSet ...
  9. Dmitry Arefiev

    TFDLocalSQL updates and TFDMemTable with calculated fields

    Could you please report this on https://quality.embarcadero.com. Then I will investigate. Thanks and regards, Dmitry
  10. Dmitry Arefiev

    FireDAC calling sp_pkeys

    https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Unique_Identifying_Fields_(FireDAC)
  11. Dmitry Arefiev

    2022 Stack Overflow Developer Survey

    Latest Firefox / Win7 (clean cache, disable plugins, what ever ...) - does not work Safari / macOS - works well Done.
  12. Dmitry Arefiev

    2022 Stack Overflow Developer Survey

    Not doable for me ... After clicking on the link I see the running circle forever ...
  13. Dmitry Arefiev

    Connect to MySQL on MacOS 64-Bit

    Did you use the steps from below ? https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Connect_to_MySQL_Server_(FireDAC)
  14. Dmitry Arefiev

    Connect to MySQL on MacOS 64-Bit

    Go to https://downloads.mysql.com/archives/c-c/, select macOS, etc, download archive, extract lib\libmysqlclient.18.dylib
  15. Dmitry Arefiev

    Syntax error in From clause

    > 1 FDWaitxxxx > 1 FDPHYSxxxFB (firebird) Long time are not required ...
  16. I saw this post in German Delphi-Praxis: https://www.delphipraxis.net/209869-firedac-moeglichkeit-die-abfrage-schneller-zu-machen-delphi.html So, anybody, who have account on both forums can answer there ... "Normally" constants vs parameters slowness is due to bad query execution plan when the parameters are in use. For example, Oracle (and not only) will stop to use indexes, when a parameter data type is not the same as a field one in a WHERE clause. This is because a type conversion is required, even if it looks "obvious". For example, a field is VARCHAR2 and a parameter is defined as ftWideString (eg, assigning it using Value / AsWideString instead of AsAnsiString). There are more examples ... From Oracle doc (https://docs.oracle.com/cd/B19306_01/server.102/b14211/ex_plan.htm#i3305): PS: As always, a Delphi version will be good to know ...
  17. Dmitry Arefiev

    Using TFDEventAlerter with MSSQL server

    Did you read and fully follow to the comment at: <demos>\Object Pascal\Database\FireDAC\Samples\DBMS Specific\MSSQL\QueryNotify\Unit1.pas Most of these are SQL Server "limitations" / "requirements".
  18. Dmitry Arefiev

    TFDMemTable & TSQLTimeStampOffsetField

    At moment ftTimeStampOffset is not supported by FireDAC
  19. Dmitry Arefiev

    Delphi/FireDAC and Firebird 4

    For Update: INT128 NUMERIC with precision 19..38 TIME WITH TIME ZONE, TIMESTAMP WITH TIME ZONE (limited) DECFLOAT(16/34) native statement timeout More later, because all other will be "interface breaking changes". So, not for Update.
  20. Dmitry Arefiev

    Delphi/FireDAC and Firebird 4

    Delphi 11 Update 1 will support Firebird 4.
  21. Dmitry Arefiev

    Delphi 11 TRestRequest Failure

    Why you dont want to change the REST.Client.pas unit ?
  22. Dmitry Arefiev

    Delphi 11 TRestRequest Failure

    There are posted workarounds: https://quality.embarcadero.com/browse/RSP-35365
  23. Please report this at quality.embarcadero.com
×