-
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 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.44-win32.zip
-
https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#Adjusting_FireDAC_Mapping
-
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
-
https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#SQLite_Data_Types
-
How to solve System Out of Resources in TScrollBox
Dmitry Arefiev replied to araujoarthur's topic in VCL
... or TControlList -
Get Class Properties by ClassName
Dmitry Arefiev replied to egnew's topic in RTL and Delphi Object Pascal
v_Context.FindType('FireDAC.Phys.PGDef.TFDPhysPGConnectionDefParams') -
Type mismatch for field 'SumVal', expecting: FMTBcd actual: Float'.
Dmitry Arefiev replied to emileverh's topic in Databases
Yes, it is. Did you read about "...::type" syntax ? -
Type mismatch for field 'SumVal', expecting: FMTBcd actual: Float'.
Dmitry Arefiev replied to emileverh's topic in Databases
https://docwiki.embarcadero.com/RADStudio/Athens/en/Using_SQLite_with_FireDAC#Adjusting_FireDAC_Mapping -
TNetHTTPClient and StatusText not being "OK"
Dmitry Arefiev replied to alank2's topic in RTL and Delphi Object Pascal
What is your Windows version ? -
How to refer to a single value from an enumerated type declared in a set type?
Dmitry Arefiev replied to PiedSoftware's topic in RTL and Delphi Object Pascal
var s: ssShift .. ssHorizontal; or upgrade to Delphi 12 and use TShiftStateItem.- 7 replies
-
- pascal
- enumerate type
-
(and 1 more)
Tagged with:
-
TNetHTTPClient and StatusText not being "OK"
Dmitry Arefiev replied to alank2's topic in RTL and Delphi Object Pascal
Can you share the URL and request ? -
Please read my comment above.
- 13 replies
-
- firedac
- postgresql
-
(and 1 more)
Tagged with:
-
https://www.postgresql.org/docs/current/sql-do.html
- 13 replies
-
- firedac
- postgresql
-
(and 1 more)
Tagged with:
-
Create/Drop DataBase/Table at runtime on Android an Delhi 11.x
Dmitry Arefiev replied to Dany64's topic in Databases
This is about Firebird, but is equally applicable to InterBase: https://www.firebirdfaq.org/faq29/ -
Create/Drop DataBase/Table at runtime on Android an Delhi 11.x
Dmitry Arefiev replied to Dany64's topic in Databases
InterBase does not support "AUTO_INCREMENT".