
C++Builder 10.2 Tokyo does not have BDE installed.
So, Install BDE separately in C++Builder 10.2 Tokyo.
It is after the end of the all of the installation.
Download BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo
Download the installer from the URL below.
ID: 30752, BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo
Check the Paradox data.
Use the sample file named biolife.db.
This is sample data of Paradox.
I brought it from C++Builder 5
sample data.
There is a "Graphic" field in biolife.db. "Graphic" is Blob type.
Save the Blob data in the JPEG format
using the BDE.
In VCL, JPEG can be processed using TJPEGImage.
Use TTable
to get all of biolife.db.
Make the file name "Species No" + "Species Name" + ". Jpeg"
.
"Species No" + "Species Name" exists in DB field.