is this syntax wrong? is it possible that I can't use
where... and...
string str = "UPDATE meetings SET caseNum='" + mt.caseNum + "' ,place='" + mt.place + "' ,MeetingDate='"
+ mt.MeetingDate + "' ,betMishpat='" + mt.betMishpat + "', time='"+mt.time+"' ,description='"+mt.description+"' , " +
"client='"+mt.client+"' WHERE caseNum='"+mt.caseNum+"' and time='"+mt.time+"' and place ='"+mt.place+"' ";
when ever i try to update i get the message that there is a syntax error