Trouble Submitting Data

sstokes76

New member
Joined
May 12, 2013
Messages
1
Programming Experience
Beginner
Hi All,

We have what should be a fairly simple project due that simulates a very simple pizza shop order delivery page. You are supposed to be able to look a customer up by simply entering a phone number which populates the Customer info, then selecting crust type, delivery person, and cashier from drop downs, and finally selecting toppings through check box lists. The submit button should submit the completed order to the database (using MS SQL Server Management Studio).

My issue is that clicking submit is not adding any of the data to the database. I have attached my Code Files and my SQL Script. WOuld someone be able to take a look at this to see what is preventing me from adding data to the database. I have been stuck for over a day and we are supposed to turn this in on Monday. Any assistance would be much appreciated.



Thanks,
Steve
 

Attachments

  • Hardware.zip
    11.3 KB · Views: 16
  • sql script.txt
    9.8 KB · Views: 16
Back
Top