CSCI 4230
Software Tools
Fall 1999
Homework #7

Due date: November 9, 1999

(1) Write an asp program searchdata.asp that searches a MS Excel worksheet,data4.xsl.  Here is the contents of data4.xsl:

Note that you can download and save data4.xsl into your own account.  However, do not attempt to open the file because you may change the version of Excel and create a compatibility problem.

The format of the spreadsheet includes:

The URL for accessing your searchdata.asp should include a query string property ssnum=123-45-6789.  Note that the ssnum value includes hyphens.

For example, for the url:

http://lattes.uhcl.edu/youraccount/searchdata.asp?ssnum=111-11-1111

your page should respond:

for

http://lattes.uhcl.edu/youraccount/searchdata.asp?ssnum=123-45-6789

and for

http://lattes.uhcl.edu/youraccount/searchdata.asp?ssnum=999-99-9999

Your output should be as close to the example above as possible.

Hint: here is a useful article on how to access an MS Excel ODBC sources using ASP.