DAO 3.6 Library

Introduction

I have developed a fair few Applications which utilize a database held in MS Access 2000 as a storage place for all sorts of data. After writing the same pieces of code repeatedly, I decided to write a module which handled all of the trivial tasks for me.

In this article I intend to show you how this module works and hopefully persuade some of you anti-DAOrs that it can be more powerful, once you get to grips with the basics.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan