Delphi Cookbook - Second Edition by Daniele Teti

Delphi Cookbook - Second Edition by Daniele Teti

Author:Daniele Teti [Teti, Daniele]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2016-06-30T04:00:00+00:00


Getting ready

We've to generate one text file for each customer in the database containing a list of its sales. The filename should contain the customer code, which is something like customer_00123.txt. Consider that in many cases, the connection and login phases are the slower operations when dealing with a short connection to the database. So we've to handle this problem too. Luckily, FireDAC provides pooled connections, and they are a must when using concurrent database accesses in multithread scenarios. Let's start by checking the recipe's code.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.