MickTheBelgian
Programmer
I will get a string from a message queue, having +/- the format Name1=Value1;Name2=Value2;.... I will need to do a "UPDATE XXX SET Name1=Value1 WHERE Name2=Value2;" I am still talking to the guys who make the string and can ask for a different format if I want. Any suggestions on a strategy for this? Is there an easy way to split up a string at every ";", or should I ask for padding to equal length?