DAO 3.6 Library

The Example Database

To illustrate how our module will work, we'll need a sample database. I'll be using a file stored in C:\My Documents\test.mdb but you can call it whatever you like. Just remember the path!

In this database, create two tables. One called People and one called Animals.

Both tables should have the following fields:

ID Number (Primary Key)
FirstName Text
LastName Text

You can leave the tables without any records in for now.

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.

“UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity.” - Dennis Ritchie