Inicio Foros Lenguajes de programación, desarrollo, código fuente Delphi Error Capability is not supported en SQLite FireDAC Delphi [RESUELTO] Respuesta a: Error Capability is not supported en SQLite FireDAC Delphi [RESUELTO]

#52504
alonsojpd
Superadministrador

Añade esta y vuelve a probar la compilación:

FireDAC.Phys.SQLiteWrapper.FDEStat

uses
System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option,
FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf,
FireDAC.DApt.Intf, FireDAC.Stan.StorageBin, FireDAC.Stan.Async, FireDAC.DApt,
FireDAC.UI.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Phys,
FireDAC.Phys.SQLite, FireDAC.Phys.SQLiteDef, FireDAC.Stan.ExprFuncs,
FireDAC.FMXUI.Wait, Data.DB, FireDAC.Comp.Client, FireDAC.Comp.DataSet,
REST.Types, REST.Response.Adapter, REST.Client, Data.Bind.Components,
Data.Bind.ObjectScope, FireDAC.Phys.SQLiteWrapper.Stat,
FireDAC.Phys.SQLiteWrapper.FDEStat;