Code Repository: Seminars
This section of my COde Repository lists download files for seminars and webinars I give.
Aprile 27th, 2010: Firebird and Delphi
Here are my dbExpress + Firebird examples for the session. A session recordings is
available at
www.mindthebird.com/download/mtbweb20100427.zip.
In terms of configuration, you'll need an entry in the dbExpress
configuration file (dbxconnections.ini) like:
[FBCONNECTION]
drivername=Firebird
database=localhost:C:/Program Files/Firebird/Firebird2.1/examples/empbuild/employee.fdb
rolename=RoleName
user_name=sysdba
password=***
...
The download file is dbExpressFB.zip (38 KB).
|