Brett Bretterso
11-15-2005, 09:16 PM
I'm building a massive employee database system in asp.net. I'm currently testing it and I got the error in the Title when I tried to run this query. But when I tried running it directly in my database rather than through my page it worked just fine. Any ideas?
update employees set fName='pizza', lName='head', rank='peon', payType='never', payRate=0, address='pizza hut', city='anytown', state='DC', zip=55555, pPhone='(555) 555-5555', sPhone='(555) 555-6666', email='pizzahead@pizzahut.com', current=TRUE where id=1
Brett Bretterson
update employees set fName='pizza', lName='head', rank='peon', payType='never', payRate=0, address='pizza hut', city='anytown', state='DC', zip=55555, pPhone='(555) 555-5555', sPhone='(555) 555-6666', email='pizzahead@pizzahut.com', current=TRUE where id=1
Brett Bretterson