I have Delphi XE8 Professional. I have been implementing Array DML in FireDAC to work with SQLite. I have been able to get it to work, but I found that simply loading its Params array is very slow and takes as long as the database load itself.
The Params array is a Variant array and I'm looking for a way to improve the speed of loading. I have already posted
a question at StackOverflow
about this.
What is hampering my attempted to improve this is that the source code for FireDAC did not come with my version of Delphi XE8. Is there some place where I can get this source code?