Jump to content

Dmitry Arefiev

Members
  • Content Count

    174
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dmitry Arefiev

  1. Dmitry Arefiev

    New Firebird 4 datatype "TIMESTAMP WITH TIMEZONE"

    Probably ... Could you please create a new ticket at quality.embarcadero.com and provide there: 1) Simple test app reproducing the issue. 2) FireDAC environment report: http://docwiki.embarcadero.com/RADStudio/Athens/en/DBMS_Environment_Reports_(FireDAC)#Using_Delphi_Code
  2. Dmitry Arefiev

    New Firebird 4 datatype "TIMESTAMP WITH TIMEZONE"

    Support for TIMESTAMP WITH TIMEZONE and TSQLTimeStampOffsetField in FireDAC is introduced in Delphi 12.
  3. Dmitry Arefiev

    FIREDAC Retrieving To Stream

    https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Support_for_Blob_Streaming_in_FireDAC#SQL_Server_FILESTREAM https://learn.microsoft.com/en-us/sql/relational-databases/system-functions/pathname-transact-sql?view=sql-server-ver16#return-value
  4. Dmitry Arefiev

    Querying mvnrepository

    On Win7 the same code returns status 200. May be something related to WinHttp settings ? If you want, you can try to mimic Firefox more, at least by adding the headers, which it sends by default ?
  5. Android HttpURLConnection converts GET to POST when there is a request body: https://stackoverflow.com/questions/8760052/httpurlconnection-sends-a-post-request-even-though-httpcon-setrequestmethodget
  6. Dmitry Arefiev

    OAuth2 bearer token example?

    A lot depends on a resource, which you are trying to authenticate. What is it (hopefully some publicly available) ?
  7. If something is freezing, then it is not good. Please report to QP, all together with original issue.
  8. I am not sure, but try to set ResourceOptions.DirectExecute to True
  9. Dmitry Arefiev

    FireDAC + TableNames with '$'

    Thanks, fixed.
  10. Yes, it is. But we are talking about "poesie", not about the "code" ...
  11. Dmitry Arefiev

    ClientDataset.Filter ( Non English Character )

    IMO, this was fixed after 10.3. So, upgrade ...
  12. There are two basic options: Set FetchOptions.Mode=fmAll Use MARS
  13. Dmitry Arefiev

    Using firedac to generate table script

    TFDTable.CreateTable
  14. MyStack.ToArray[MyStack.Count - 2]
  15. MyStack.List[MyStack.Count - 2]
  16. https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Using_SQLite_with_FireDAC#SQLite_Data_Types
  17. 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 ?
  18. 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 ?
  19. Dmitry Arefiev

    rubicon 4

    Who is it - rubicon 4 ?
  20. Dmitry Arefiev

    FDquery LoadfromFile

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

    DBGrid sort descending on Column Title Click

    ':D' is not supported by TClientDataSet ...
  22. 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
  23. Dmitry Arefiev

    FireDAC calling sp_pkeys

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

    2022 Stack Overflow Developer Survey

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