CHAPTER 1:
Fundamentals of Database Development (with Delphi)
Delphi as the database programming tool, Data Access with Delphi...just a few words, Building a new MS Access database.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 2:
Connecting to a database. BDE? ADO?
Connecting to a database. What is the BDE? What is ADO?
How to connect to an Access database - the UDL file? Looking forward: the smallest ADO example.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 3:
Pictures inside a database
Displaying images (BMP, JPEG, ...) inside an Access database with ADO and Delphi.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 4:
Data browsing and navigation
Building a data browsing form - linking data components. Navigating through a recordset with a DBNavigator.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 5:
Behind data in datasets
What is the state of data? Iterating through a recordset, bookmarking and reading the data from a database table.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 6:
Data modifications
Learn how to add, insert and delete records from a database table.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 7:
Queries with ADO
Take a look at how you can take advantage of the TADOQuery component to boost your ADO-Delphi productivity.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 8:
Data filtering
Using Filters to narrow the scope of data that is presented to the user.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 9:
Searching for data
Walking through various methods of data seeking and locating while developing ADO based Delphi database applications.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 10:
ADO Cursors
How ADO uses cursors as a storage and access mechanism, and what you should do to choose the best cursor for your Delphi ADO application.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 11:
From Paradox to Access with ADO and Delphi
Focusing on the TADOCommand components and using the SQL DDL language to help porting your BDE/Paradox data to ADO/Access.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 12:
Master detail relationships
How to use master-detail database relationships, with ADO and Delphi, to deal effectively with the problem of joining two database tables to present information.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 13:
New...Access Database from Delphi
How to create an MS Access database without the MS Access. How to create a table, add an index to an existing table, how to join two tables and set up referential integrity. No MS Access, only Pure Delphi code.
Discuss about questions, comments, problems and solutions related to this chapter!

