while loop problem
It doesnot work, all of the things you told are in the code, but for some reason it complains. Any way i will come back to it later. I have a question again I am in the while loop and my output should be FirstName LastName.
shoakat Kalloo
Jason Andrew
If there is nothing in the database by these names. It should out put. Records not in the database. My out put is be FirstName LastName.
shoakat Kalloo
FirstName LastName
Jason Andrew
Do While not objRst.EOF
response.Write("<th>FirstName</th><th>LastName</th>")
Loop
|