Jump to content

Dmitry Arefiev

Members
  • Content Count

    161
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dmitry Arefiev

  1. Dmitry Arefiev

    Backup FB3 Embedded through TIBBackup component

    This is something to report to quality.embarcadero.com ...
  2. I am remembering / expecting that "{}" are not supported by SQL Server ODBC driver. Really by ODBC itself (the same with other ODBC drivers). Consider that as limitation of FireDAC SQL Server driver, which uses SQL Server ODBC driver internally.
  3. What is RAD Studio version ?
  4. Dmitry Arefiev

    General DB access question -- paging query results

    @Lars Fosdal, this feature is supported for 2008 too. In general, it will produce 3 different syntax's depending on SQL Server version. @Attila Kovacs, no, sorry.
  5. Dmitry Arefiev

    General DB access question -- paging query results

    SELECT <your query> OFFSET 19900 ROWS FETCH FIRST 100 ROWS ONLY That for SQL Server 2012 and higher. Different SQL will be generated for older versions.
  6. Dmitry Arefiev

    SQLBindParameter error with TFDQuery / ODBC

    This is known FireDAC issue: https://quality.embarcadero.com/browse/RSP-20857
  7. Dmitry Arefiev

    Rio has a broken REST Library

    Do we have a report for this ?
  8. Dmitry Arefiev

    General DB access question -- paging query results

    http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Fetching_Rows_(FireDAC)#Rows_Paging FireDAC transparently modifies SQL command and applies keywords like TOP, OFFSET, etc depending on DBMS. So, why "is not something that FireDAC handles well by itself" ?
  9. Dmitry Arefiev

    We need a Delphi Language Server

    This makes language infrastructure more open.
  10. Dmitry Arefiev

    Directions for ARC Memory Management

    But if at least 1 managed field ...
×