Jump to content

Dmitry Arefiev

Members
  • Content Count

    180
  • Joined

  • Last visited

  • Days Won

    4

Dmitry Arefiev last won the day on January 15 2023

Dmitry Arefiev had the most liked content!

Community Reputation

109 Excellent

5 Followers

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

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

  1. Dmitry Arefiev

    Using TFDConnection for MS Acceess .accdb

    https://docwiki.embarcadero.com/RADStudio/Athens/en/Connect_to_Microsoft_Access_Database_(FireDAC)#Use_Cases
  2. Dmitry Arefiev

    FireDAC MySQL Driver Not Working

    https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.44-win32.zip
  3. Dmitry Arefiev

    SQLite and calculated columns

    https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#Adjusting_FireDAC_Mapping
  4. Dmitry Arefiev

    Sqlite Delphi 12 linker error

    You should set TFDPhysSQLiteDriverLink.EngineLinkage to slFDEStatic. Then check your uses clauses. Application should have only single unit from these: FireDAC.Phys.SQLiteWrapper.FDEStat FireDAC.Phys.SQLiteWrapper.SEEStat FireDAC.Phys.SQLiteWrapper.Stat
  5. Dmitry Arefiev

    SQLite insert size beyond declaration

    https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#SQLite_Data_Types
  6. Dmitry Arefiev

    How to solve System Out of Resources in TScrollBox

    ... or TControlList
  7. Dmitry Arefiev

    Get Class Properties by ClassName

    v_Context.FindType('FireDAC.Phys.PGDef.TFDPhysPGConnectionDefParams')
  8. Yes, it is. Did you read about "...::type" syntax ?
  9. https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#Adjusting_FireDAC_Mapping
  10. What is your Windows version ?
  11. var s: ssShift .. ssHorizontal; or upgrade to Delphi 12 and use TShiftStateItem.
  12. Can you share the URL and request ?
  13. Dmitry Arefiev

    FireDac PostgreSQL Parameters

    Please read my comment above.
  14. Dmitry Arefiev

    FireDac PostgreSQL Parameters

    https://www.postgresql.org/docs/current/sql-do.html
  15. This is about Firebird, but is equally applicable to InterBase: https://www.firebirdfaq.org/faq29/
×