我将我的应用程序(Delphi10.3)从ADODB迁移到Firedac。使用Firedac TFDQuery: var s: string := ''; s := s +f.FieldName + ' ;' ;
的是'SE_NAME ;SE_NAME_1;:Not OK : FireDac更改列名。如何(使用Firedac选项?)保持真实的列名,而不更改查询(为了兼容起见)
我正在尝试使用FireDAC的CreateTable()方法来在TFDTable服务器上创建一个表。的错误:
Im Projekt DBCreator.exe ist eine Exception der Klasse EMySQLNativeException mit der Meldung '[FireDAC
我在我的网络(Mariadb 10.3.24)上运行Mysql服务器,并在相同的数据、相同的机器上使用dbexpress和firedac进行了性能测试,没有其他用户访问数据库。我的发现是(记录总数为261.000): Reading 100.000 records without a "where-clause"DBexpress: 93sec
Firedac: 160 se