> List of tutorials


Develop the Data-Base-Access (DBA) Object for the table 'Project' - Fat-Client-Development

* For this document and all references (links) please obey the hints and regulations concerning copyright, disclaimer and trademarks.

  • The owner of this web-site (www.javascout.biz) is not responsible for the content of web-sites linked within this document or linked within other documents of www.javascout.biz.

  • If this document or other documents of this web-site (www.javascout.biz) infringes your rights or you think that rights of others (third parties) are infringed, please inform the author.
    An e-mail can be sent by clicking onto the 'hungry mailbox' in the upper right corner.

Last revision of this document:
2006-08-25

Data-Base-Access (DBA) Objects are classes that perform database-operations for exactly one database-table.

For the theory about DBA Objects please consult Using Data-Base-Access (DBA) Objects for low level access to database-tables.

Preface:

If you are came to this document to get a guideline for developing a Data-Base-Access Object, I recommend to start with the document Using Data-Base-Access (DBA) Objects for low level access to database-tables and go directly to the ToDo-List in this document.

As classes for Data-Base-Access Objects have a critical mission within an application, preference was given to performance if there has to be made a decision between understandability and performance.
I hope, that the comments placed in the code will help you to understand what intention is behind the code.

Credits:

Too numerous to mention; the idea is available in dozens of versions – I refined a lot of ideas into my system.

Prerequisites:

Create the Data-Base-Access (DBA) Object for the database-table 'Project':

top.

Next Steps: