-
Content Count
180 -
Joined
-
Last visited
-
Days Won
4
Posts posted by Dmitry Arefiev
-
-
-
QuoteFor an expression in a SELECT list, SQLite avoids type name information. When the result set is not empty, FireDAC uses the value data types from the first record. When empty, FireDAC describes those columns as dtWideString. To explicitly specify the column data type, append ::<type name> to the column alias:
SELECT count(*) as "cnt::INT" FROM mytab
-
3
-
-
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
-
-
... or TControlList
-
1
-
-
v_Context.FindType('FireDAC.Phys.PGDef.TFDPhysPGConnectionDefParams')
-
33 minutes ago, emileverh said:The dtFloat type does not exist. I am accurate enough with this code?
Yes, it is.
Did you read about "...::type" syntax ?
-
1
-
-
-
What is your Windows version ?
-
1
-
-
var s: ssShift .. ssHorizontal;
or upgrade to Delphi 12 and use TShiftStateItem.
-
Can you share the URL and request ?
-
1
-
-
Please read my comment above.
-
https://www.postgresql.org/docs/current/sql-do.html
QuoteThe code block is treated as though it were the body of a function with no parameters, returning
void
. It is parsed and executed a single time. -
-
InterBase does not support "AUTO_INCREMENT".
-
TStringHelper appeared in System.SysUtils in XE3. From beginning it had Split method.
-
1
-
-
What is the Delphi version ?
-
Please, show your code to query meta-data
-
Please show the code for one "procedure SetAsGuidArray(SourceItems: TArray<TGuid>); " as an example
-
How pp_lfopen is defined in header file ?
-
TStaticText ?
-
1
-
-
uses FireDAC.Phys.ODBCWrapper; procedure TForm252.Button1Click(Sender: TObject); begin ShowMessage(TODBCConnection(FDConnection1.CliObj).DRIVER_NAME); end;
https://docwiki.embarcadero.com/Libraries/Athens/en/FireDAC.Comp.Client.TFDCustomConnection.CliObj
-
1
-
-
-
@VLDG, thanks ! Yes, this is the issue in FireDAC support for Firebird 5.
The issue is fixed, the changes will be included into Delphi 12 Update 1.
-
2
-
Using TFDConnection for MS Acceess .accdb
in Databases
Posted
https://docwiki.embarcadero.com/RADStudio/Athens/en/Connect_to_Microsoft_Access_Database_(FireDAC)#Use_Cases