FDLocalSQL
Posted lypzxy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FDLocalSQL相关的知识,希望对你有一定的参考价值。
FDLocalSQL
http://docwiki.embarcadero.com/Libraries/Berlin/en/FireDAC.Phys.SQLiteVDataSet.TFDLocalSQL
http://docs.embarcadero.com/products/rad_studio/firedac/frames.html?frmname=topic&frmfile=Local_SQL.html
FDConnection1.DriverName := ‘SQLite‘; FDLocalSQL1.Connection := FDConnection1; FDLocalSQL1.SchemaName := ‘orders‘; FDLocalSQL1.DataSets.Add.DataSet := adoQOrders; FDLocalSQL1.DataSets.Add.DataSet := qDetails; FDQuery1.Connection := FDConnection1; FDQuery1.Open(‘select * from orders.adoQOrders o left join orders.qDetails d on o.OrderID = d.OrderID‘);
以上是关于FDLocalSQL的主要内容,如果未能解决你的问题,请参考以下文章