How to create configuration file dbexpado.ini?
Configuration file dbexpado.ini is needed only when you need to specify CursorLocation of ADO Recordsets, that are used in dbExpress for ADO.
dbexpado.ini format:
[Connection Parameters]
CursorLocation=adUseServer (or adUseClient)
You can put it in working folder of your application or in DBExpress configuration folder (usually /Program Files/Common Files/Borland Shared/DBExpress).
If you want to use dbexpado.ini file from DBExpress configuration folder, you also need to add key value to registry at:
HKEY_CURRENT_USER/Software/Borland/DBExpress/
Add string value:
dbExpress for ADO Registry File=C:\Program Files\Common Files\Borland Shared\DBExpress\dbexpado.ini (or path to your location)