Jump to content

Dmitry Arefiev

Members
  • Content Count

    179
  • 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

    FireDAC MySQL Driver Not Working

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

    SQLite and calculated columns

    https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#Adjusting_FireDAC_Mapping
  3. 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
  4. Dmitry Arefiev

    SQLite insert size beyond declaration

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

    How to solve System Out of Resources in TScrollBox

    ... or TControlList
  6. Dmitry Arefiev

    Get Class Properties by ClassName

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

    FireDac PostgreSQL Parameters

    Please read my comment above.
  13. Dmitry Arefiev

    FireDac PostgreSQL Parameters

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