I want to slice that string
conStr = "server='MyServer';DataBase='MySQL';username='myAdmin';password='myPass';"
indexOf(;)
and parse the values into an object{string server, string DataBase,etc}
how should i do that?
I want to slice that string
conStr = "server='MyServer';DataBase='MySQL';username='myAdmin';password='myPass';"
indexOf(;)
and parse the values into an object{string server, string DataBase,etc}
how should i do that?