| Table of Contents Setting Up Database Setting System DSN Setting Folder to Execute | |
![]() ![]() |
|
Setting Up Your Database |
|
Where To Store Your Data |
|
| The Microsoft@ Access
database used in this example is stored in the "_private" directory of this web.
When working with your own database, you should store database in a
directory that is not accessible through a web browser. The most secure arrangement is to
not have the database within the web content folder at all, instead placing it somewhere
else on the hard drive (C:\Webdata). For
more information on how to do this, see |
|
| Use a Table To make your data accessible, it must be stored in a table. The Microsoft
Access database
|
|
| Populate the Database After you design the table, you can fill it with information. In this example, the table is already filled with employee information.
|
|