Calorie Counter Using WAP and ASP - Hosting
(Page 2 of 4 )
The application has to be hosted on a server that allows ASP. Currently this application is hosted at 1ASPHost.com. [Note: You can get a list of ASP-capable hosts here: http://www.aspfree.com/windows-web-hosting.asp. - Editor] Because the application uses a DNS-less connection to connect to the database, the database is loaded in the same directory as the WML and ASP pages.
Food.mdb
Food.mdb is an Access database containing a table called tblFoods.

The above diagram shows the structure of the table. The figure below shows some of the data in a tabular form:

This data was compiled from the American Diabetes Association. There are a total of 979 items in this database.
The next few sections will describe the other files, and list their source code that you can cut and paste into your text editor of choice.
Next: Index.wml >>
More ASP Articles
More By Tim Haight