TechTalk: Performance Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

 

 

Box Seats

If you separate the forms from the data tables, you can work with the elephants on the workstation, and link to the tables on the server. This is one more step in Normalizing the database.

 

When you began with the table definitions, you separated like with like. Each table was a unique collection. The Movie table contains movie data, not customer phone numbers.

 

The goal is to create two databases that are linked together. One database will contain nothing but tables. This database will be placed on the Server.

 

The other database will have everything but the tables. This can be your user's application and it can run on their own hard drive.