Jump to content

rockythree

Members
  • Posts

    7
  • Joined

  • Last visited

rockythree's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi there, How are you? I hope you are well. I am developing a program in C# and it's about Business card so whenever I receive a business card I can save it through this application. So I have an issue with the update string it gives me this error:- Invalid column name 'PlaceOfWork' Invalid coulumn name 'POBox'.And here is the String String sql = "update BusinessCard set EmployeeName = '" + txt_Name.Text + "', Rank= '" + txt_Rank.Text + "',mobilePhone= '" + txt_mobilePhone.Text + "',MobilePhone='" + txt_phone.Text + "',Fax ='" + txt_Fax.Text + "',Email='" + txt_email.Text + "',PlaceOfWork='" + txt_plcOfWrk.Text + "',POBox='" + txt_POBox.Text + "',Address='" + txt_address.Text + "'where ID = " + txt_ID.Text; any Help you could Provide in this matter would be greatly appreciate it. best regards
  2. hi all,I'm a student and my major is Information TechnologyI'm cool and want to learn more in IT thanks
×
×
  • Create New...