I am getting a String (char*) object and inside the string are the multiple values concatenated with a backslash
i.e. VALUE1\VALUE2\VALUE3
I don't know which data i will receive and i check the data by going over the string and extracting the concatenated values.
How can i save them in the database table ???




Reply With Quote