1
Answer

what is wrong with the second code?

Photo of JONAS BOATENG

JONAS BOATENG

15y
2.3k
1
I have a code used to update mysql table. the first one is able to but the second one does not. What is the difference between the two codes apart from tables and the other components

[code]
                accessDB1.connection();
                string up = "update payment set dues = '" + txtDues.Text + "'";
                accessDB1.myCmd(up).ExecuteNonQuery();
[/code]

[code]
                //this does not update
                soo.connection();
                string soob = "Update terminals  set computername = '" + txtcompname.Text + "',location='" + txtcomploc.Text + "' where termid = '" + terminalid.Text + "'";
                soo.myCmd(soob).ExecuteNonQuery();
[/code]

Answers (1)

0
Photo of Poushali Mukherjee
NA 3 773 11y
Hi Laks, Thanks for your reply. But the link do not describe how can I associate a recurring calendar event to a meeting workspace, if the meeting workspace is already associated to another recurring meeting event.
0
Photo of Lakshmanan Sethu
NA 19.3k 2.4m 11y
Hi Poushali Are you talking about this ? http://office.microsoft.com/en-in/windows-sharepoint-services-help/about-multiple-meetings-in-a-workspace-site-HA001161132.aspx?CTT=5&origin=HA001161104