Database Programming with the C++ Builder

This seminar is aimed at C++ programmers who want to extend access to databases in their applications. This seminar explains the main components of the C++ Builder for database access, but also shows how to integrate them into a clean application architecture.

  • C++
  • Embarcadero
  • C++ Builder
  • Databases
  • online training
  • Advanced

Database Programming with the C++ Builder

3 Days

 

8 Participants

 

 

04.05.2020

 

21.09.2020

 

Information

  • event location
    adecc-Systemhaus GmbH, Gatower Straße 139, 13595 Berlin

  • Requirement
    Experience with the C++ Builder, programming knowledge in C++

Costs

  • Standard price 2300.00 plus statutory value added tax
  • Early bird price 2000,00 plus legal sales tax
  • 15% discount from the 3rd participant from a company in the same training

 

Information

  • event location
    adecc-Systemhaus GmbH, Gatower Straße 139, 13595 Berlin

  • Requirement
    Experience with the C++ Builder, programming knowledge in C++

Costs

  • Standard price 2300.00 plus statutory value added tax
  • Early bird price 2000,00 plus legal sales tax
  • 15% discount from the 3rd participant from a company in the same training

This seminar is aimed at C++ programmers who want to extend access to databases in their applications. This seminar explains the main components of the C++ Builder for database access, but also shows how to integrate them into a clean application architecture.

Course of Training

  1. Basic information about use of databases
    • Database logic vs. application logic
  2. ways of accessing the databases
    • random access
    • BDE
    • dbExpress
    • ADO
    • FireDac
  3. The database components
    • Use of the data-sensitive dialog elements
    • Binding of database with surface
    • Cached Updates and ClientDataSets
    • tables vs queries, use of stored procedures
  4. Standard vs Special properties of the database systems used
  5. Transaction control, 2 phase commit
  6. advanced techniques in database development, use of an abstraction layer for database access
    • Interface between business objects and the database
    • Exploiting the specific properties of the databases
    • Database programming without data sensitive dialog elements